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