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

GroupOperator Properties

A logical expression which groups two or more operands with a logical AND or OR.
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.
Operands Provides access to the CriteriaOperatorCollection object that represents a collection of the operands used to construct the current GroupOperator.
See Also