25 March, 2015

08 March, 2015

How to get database column property for entity?

Why getting the column property for the entity is a problem? When we use Entity Framework, we often want to get some information about some columns, that are a part of the database table, which is behind the entity. The most elegant way of getting this information is to use a partial class which contains...