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

JoinOperand Properties

An operator that joins persistent objects on a specified condition, and calculates aggregate functions against matching objects.
Name Description
AggregatedExpression Gets or sets the aggregated expression.
AggregateType Gets or sets the type of the aggregate operator.
Condition Gets or sets the filter criteria applied to the property values of the objects being joined.
CustomFunctionCount static Returns the number of custom functions registered in an application via the CriteriaOperator.RegisterCustomFunction and CriteriaOperator.RegisterCustomFunctions method calls. Inherited from CriteriaOperator.
JoinTypeName Gets or sets the type name of persistent objects being joined with parent objects.
See Also