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

EFFiltersCollection.Remove(Object) Method

Removes the first occurrence of a specific filter from the collection.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v20.2.dll

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

Declaration

public void Remove(
    object value
)

Parameters

Name Type Description
value Object

A Object value.

See Also