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