public Constructor() { this.entitymap = new EntityMapper <T>(); }
public Query() { this.entitymap = new EntityMapper <T>(); this.propertyMaps = from t in entitymap.PropertyMaps where t.Ignore == false select t; }