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

JoinOperand.Exists() 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.v18.2.dll

Declaration

public JoinOperand Exists()

Returns

Type Description
JoinOperand

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

See Also