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

EFFiltersCollection.Item[Int32] Property

Provides indexed access to individual items in the collection.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public DBSetFilter this[int index] { get; set; }

Parameters

Name Type Description
index Int32

A zero-based integer value, specifying the item’s index position in the collection.

Property Value

Type Description
DBSetFilter

A DBSetFilter object.

See Also