Skip to main content

DBSetFilterViewModel.DBSetName Property

Specifies the name of a DBSet, to which the filter applies.

Namespace: DevExpress.DataAccess.UI.EntityFramework

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public string DBSetName { get; set; }

Property Value

Type Description
String

A String identifying the DBSet.

See Also