Skip to main content

EFFiltersCollection.CopyTo(DBSetFilter[], Int32) Method

Copies the entire filter collection to a one dimensional array starting at the specified index of the target array.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public void CopyTo(
    DBSetFilter[] array,
    int arrayIndex
)

Parameters

Name Type Description
array DBSetFilter[]

A one-dimensional array that is the destination for the DBSetFilter objects copied from the collection.

arrayIndex Int32

An integer value, specifying the zero-based index in the target array at which copying begins.

Remarks

The specified array must be of a compatible type.

See Also