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, String, IEnumerable<CriteriaOperator>) | joinTypeName, condition, customAggregateName, aggregatedExpressions | 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