In various database tables I have both a property and a value column. I\'m using Linq to SQL to access the database.
I\'m writing a method which returns a dictionary
public class TEntityRepository : EFRepository , ITEntityRepository where TEntity : class, new() { }