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

EFFiltersCollection.Add(DBSetFilter) Method

Adds the specified filter to the collection.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v20.2.dll

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

Declaration

public void Add(
    DBSetFilter item
)

Parameters

Name Type Description
item DBSetFilter

A DBSetFilter object.

See Also