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

EFFiltersCollection.Insert(Int32, DBSetFilter) Method

Inserts the specified filter into the collection at the specified position.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public void Insert(
    int index,
    DBSetFilter item
)

Parameters

Name Type Description
index Int32

An zero-based integer, specifying the item’s index position in the collection.

item DBSetFilter

A DBSetFilter object to insert into the collection.

See Also