public QueryGraphValueDesc( string[] indexExprs, QueryGraphValueEntry entry) { IndexExprs = indexExprs; Entry = entry; }
public QueryGraphValueDesc(ExprNode[] indexExprs, QueryGraphValueEntry entry) { IndexExprs = indexExprs; Entry = entry; }
public QueryGraphValueDesc(IList <ExprNode> indexExprs, QueryGraphValueEntry entry) { IndexExprs = indexExprs; Entry = entry; }