DBSetFilter Constructors
A filter applied to an Entity Framework DBSet.| Name | Parameters | Description |
|---|---|---|
| DBSetFilter() | none | Initializes a new instance of the DBSetFilter class with the default settings. |
| DBSetFilter(String, String, IEnumerable<EFParameter>) | dbSetName, filterString, parameters | Initializes a new instance of the DBSetFilter class with the specified settings. |
| DBSetFilter(String, String) | dbSetName, filterString | Initializes a new instance of the DBSetFilter class with the specified settings. |
See Also