Skip to main content

EFFiltersCollection.Add(Object) Method

Adds the filter with the specified value to the collection.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public int Add(
    object value
)

Parameters

Name Type Description
value Object

A Object value, corresponding to the added item.

Returns

Type Description
Int32

A zero-based integer value, specifying the item’s index in the collection.

See Also