DBSetFilter(String, String) Constructor
In This Article
Initializes a new instance of the DBSetFilter class with the specified settings.
Namespace: DevExpress.DataAccess.EntityFramework
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
db |
String | A String value, identifying the Db |
filter |
String | A String value, specifying the filter string. This value is assigned to the DBSet |
See Also