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

EFFiltersCollection.Add(Object) Method

Adds the filter with the specified value to the collection.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v18.2.dll

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