SetFilterMode Enumeration
Namespace:
Suoranta.EnterpriseLib.Linq.Filters
Assembly: Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)
Assembly: Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)
Members
| Member name | Description | |
|---|---|---|
| Contains | ||
| MatchAny | Database entities that have ANY value from the filter set will be INCLUDED in the result. | |
| MatchAll | Database entities that have ALL values from the filter set will be INCLUDED in the result. | |
| ExcludeAny | Database entities that DO NOT have ANY value from the filter set will be INCLUDED in the result. | |
| ExcludeAll | Database entities that DO NOT have ALL values from the filter set will be INCLUDED in the result. |

