Skip to main content

EFFiltersCollection.AddRange(DBSetFilter[]) Method

Appends an array of filters to the EFFiltersCollection.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public void AddRange(
    DBSetFilter[] filters
)

Parameters

Name Type Description
filters DBSetFilter[]

An array of DBSetFilter objects to append to the collection.

Remarks

Objects are added to the end of the collection in the same order they have in the array.

See Also