Esempio n. 1
0
 public string GetExpression(ref int bindCount)
 {
     return("FILTER " + _filter.GetExpression(ref bindCount));
 }