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

JoinOperand.Count() Method

Creates a new JoinOperand which returns the count of elements that match the JoinOperand.Condition.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v19.1.dll

Declaration

public JoinOperand Count()

Returns

Type Description
JoinOperand

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

See Also