I'm using a FilterBuilder, and would like to restrict the TopOperator to include just the "and" and "or" operators, and exclude the "not" operator. I've looked at FilterBuilder, and see that it uses LogicalOperator to provide the operators. I don't see anyway to override or set the operations on FilterBuilder.
Is there a way to restrict the available operators?
Thanks,
Chris
Is there a way to restrict the available operators?
Thanks,
Chris
Comment