Ejemplo n.º 1
0
 public EnumSqlBuilder(QueryEntityTree queryEntityTree, NameGenerator nameGenerator)
 {
     this.queryEntityTree = queryEntityTree;
     this.nameGenerator   = nameGenerator;
 }
Ejemplo n.º 2
0
 public PropertiesEnumerator(string[] propertyNames, QueryRoot queryRoot, QueryEntityTree queryEntityTree)
 {
     this.propertyNames   = propertyNames;
     this.queryRoot       = queryRoot;
     this.queryEntityTree = queryEntityTree;
 }