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