Version 24.2 (latest)

IFilterExpression Interface Properties

For a list of all members of this type, see IFilterExpression members.

Public Properties
 NameDescription
 PropertyIsAutoGeneratedIndicates that a filter expression has been auto generated, and should not be modified or removed when creating programmatic filters.  
 PropertyIsFunctionGets whether the expression is a function.  
 PropertyIsLiteralGets whether the expression is a literal.  
 PropertyIsNullGets whether the expresssion is null.  
 PropertyIsOperationGets whether the expression is an operation.  
 PropertyIsPropertyReferenceGets whether the expression is a property reference.  
 PropertyIsWrapperGets whether the expression is a wrapper expression.  
 PropertyPrecedenceIndicates the precedence of the operation, if applicable.  
See Also