DBSetFilter(String, String) Constructor
Initializes a new instance of the DBSetFilter class with the specified settings.
Namespace: DevExpress.DataAccess.EntityFramework
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dbSetName | String | A String value, identifying the DbSet. This value is assigned to the DBSetFilter.DBSetName property. |
| filterString | String | A String value, specifying the filter string. This value is assigned to the DBSetFilter.FilterString property. |
See Also