JoinOperand.Count() Method
In This Article
Creates a new JoinOperand which returns the count of elements that match the JoinOperand.Condition.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public JoinOperand Count()
#Returns
Type | Description |
---|---|
Join |
An Join |
See Also