Skip to main content

DBSetFilter.DBSetName Property

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

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

[Browsable(false)]
public string DBSetName { get; set; }

#Property Value

Type Description
String

A String value, identifying the DbSet.

See Also