Skip to main content
A newer version of this page is available. .

InOperator Properties

An operator which determines if a value matches any value in a specified list.
Name Description
CustomAggregateCount static Inherited from CriteriaOperator.
CustomFunctionCount static Returns the number of custom functions registered in an application via the CriteriaOperator.RegisterCustomFunction and CriteriaOperator.RegisterCustomFunctions method calls. Inherited from CriteriaOperator.
LeftOperand Gets or sets the expression which is tested to see if it matches any value in the InOperator.Operands list.
Operands Provides access to the CriteriaOperatorCollection object that represents a collection of the operands used to construct the current InOperator.
See Also