DBSetFilter Properties
A filter applied to an Entity Framework DBSet.
Name | Description |
---|---|
Criteria |
Specifies the criteria operator associated with this DBSet |
DBSet |
Specifies the name of a Db |
Filter |
Specifies the filter string associated with the current DBSet |
Parameters | Provides access to the collection of parameters passed to a stored procedure by an Entity Framework data source. |
See Also