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

DBSetFilter.DBSetName Property

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

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

public string DBSetName { get; set; }

Property Value

Type Description
String

A String value, identifying the DbSet.

See Also