DBSetFilterViewModel Properties
A View Model that provides information about an Entity Framework DBSet’s filter.| Name | Description |
|---|---|
| DBSetName | Specifies the name of a DBSet, to which the filter applies. |
| Filter | Returns a filter applied to an Entity Framework DBSet. |
| FilterString | Specifies the filter string for the Entity Framework DBSet. |
| Parameters | Provides access to the collection of parameters associated with the current filter. |
| ParametersViewModel | For internal use. |
See Also