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

JoinOperand.Exists(CriteriaOperator) Method

Creates a new JoinOperand which determines whether or not the count of elements that match the JoinOperand.Condition is greater than zero.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v19.1.dll

Declaration

public JoinOperand Exists(
    CriteriaOperator aggregatedExpression
)

Parameters

Name Type Description
aggregatedExpression CriteriaOperator

A CriteriaOperator object which specifies the aggregate expression. This parameter may be ignored in certain circumstances.

Returns

Type Description
JoinOperand

An JoinOperand object which joins persistent objects on a specified condition, and calculates aggregate functions against matching objects.

See Also