Skip to main content
A newer version of this page is available. .

DBSetFilter Properties

A filter applied to an Entity Framework DBSet.
Name Description
CriteriaOperator Specifies the criteria operator associated with this DBSetFilter.
DBSetName Specifies the name of a DbSet, to which the filter applies.
FilterString Specifies the filter string associated with the current DBSetFilter.
Parameters Provides access to the collection of parameters passed to a stored procedure by an Entity Framework data source.
See Also