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

AggregateOperand(String, Aggregate) Constructor

Initializes a new instance of the AggregateOperand class with the specified collection property and operator type.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v19.2.dll

Declaration

public AggregateOperand(
    string collectionProperty,
    Aggregate type
)

Parameters

Name Type Description
collectionProperty String

A String value which specifies the name of the collection property whose values are used to calculate the aggregate expression. It can be represented by a path through object relationships, for example “Employer.Addresses”.

type Aggregate

An Aggregate enumeration value which specifies the type of the aggregate operator. This value is assigned to the AggregateOperand.AggregateType property.

See Also