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

EFFiltersCollection.Item[String] Property

Provides access to an individual item in the collection by its name.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v19.2.dll

Declaration

public string this[string name] { get; set; }

Parameters

Name Type Description
name String

A String value, specifying the filter name.

Property Value

Type Description
String

A String value, specifying the filter string.

See Also