Exemplo n.º 1
0
 public IExpression ToExpression()
 {
     if (FilterState == FilterBoxState.ReadyToUse)
     {
         return(MayNegate(QueryPart.ToExpression()));
     }
     return(new BooleanLiteralExpression(null, true));
 }