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

JoinOperand Constructors

An operator that joins persistent objects on a specified condition, and calculates aggregate functions against matching objects.
Name Parameters Description
JoinOperand() none Initializes a new instance of the JoinOperand class with the default settings.
JoinOperand(String, CriteriaOperator, Aggregate, CriteriaOperator) joinTypeName, condition, type, aggregatedExpression Initializes a new instance of the JoinOperand class with the specified settings.
JoinOperand(String, CriteriaOperator) joinTypeName, condition Initializes a new instance of the JoinOperand class with the specified settings.
See Also