EFFiltersViewModel Properties
A View Model that provides information about an Entity Framework data source’s filters.Name | Description |
---|---|
AvailableDBSets | Provides access to the available Entity Framework DBSets. |
DBSets | Provides access to the Entity Framework DBSets to which filters are applied. |
ExternalParameterExpressions | Provides access to the collection of external parameters’ expressions. |
Filters | Provides access to the collection of Entity Framework data source filters. |
Types | Provides access to the collection of available parameter types. |
See Also