Skip to main content

EFFiltersCollection.Remove(DBSetFilter) Method

Removes the specified filter from the collection.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public bool Remove(
    DBSetFilter item
)

Parameters

Name Type Description
item DBSetFilter

A DBSetFilter object.

Returns

Type Description
Boolean

true, if the specified filter has been found and removed; otherwise, false.

See Also