Exemplo n.º 1
0
 public QueryGraphValueDesc(
     string[] indexExprs,
     QueryGraphValueEntry entry)
 {
     IndexExprs = indexExprs;
     Entry = entry;
 }
Exemplo n.º 2
0
 public QueryGraphValueDesc(ExprNode[] indexExprs, QueryGraphValueEntry entry)
 {
     IndexExprs = indexExprs;
     Entry      = entry;
 }
Exemplo n.º 3
0
 public QueryGraphValueDesc(IList <ExprNode> indexExprs, QueryGraphValueEntry entry)
 {
     IndexExprs = indexExprs;
     Entry      = entry;
 }