JoinOperand.Max(CriteriaOperator) Method
In This Article
Creates a new JoinOperand which returns the maximum of the values calculated by the given aggregate expression. This expression is evaluated against elements that match the specified JoinOperand.Condition.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public JoinOperand Max(
CriteriaOperator aggregatedExpression
)
#Parameters
Name | Type | Description |
---|---|---|
aggregated |
Criteria |
A Criteria |
#Returns
Type | Description |
---|---|
Join |
An Join |
See Also