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.v25.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

public string DBSetName { get; set; }

Property Value

Type Description
String

A String identifying the DBSet.

See Also