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

EFFiltersCollection.AddRange(IEnumerable<DBSetFilter>) Method

Appends a collection of filters to the EFFiltersCollection.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public void AddRange(
    IEnumerable<DBSetFilter> filters
)

Parameters

Name Type Description
filters IEnumerable<DBSetFilter>

A collection of DBSetFilter objects to append to the collection.

See Also