How to find identity column from class property.(using entity frame and c# code).
i.e I have a class that created from database using Entity framework that contains one identity column.How we can check that which property is identity column?
I am showing form dynamically based on table property but I don't want show the identity property to the user because it is auto increment.