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