JoinOperand Properties
An operator that joins persistent objects on a specified condition, and calculates aggregate functions against matching objects.
Name | Description |
---|---|
Aggregated |
Gets or sets the aggregated expression. |
Aggregate |
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. |
Custom |
Inherited from Criteria |
Custom |
Gets or sets a custom aggregate function‘s name. |
Custom |
Gets an operand collection passed to a custom aggregate function. |
Custom |
Returns the number of custom functions registered in an application via the Criteria |
Join |
Gets or sets the type name of persistent objects being joined with parent objects. |
See Also