Suoranta.EnterpriseLib.Web - Developer API

SetFilterMode Enumeration

Namespace:  Suoranta.EnterpriseLib.Linq.Filters
Assembly:  Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)

Syntax


public enum SetFilterMode

Members


Member nameDescription
Contains
MatchAnyDatabase entities that have ANY value from the filter set will be INCLUDED in the result.
MatchAllDatabase entities that have ALL values from the filter set will be INCLUDED in the result.
ExcludeAnyDatabase entities that DO NOT have ANY value from the filter set will be INCLUDED in the result.
ExcludeAllDatabase entities that DO NOT have ALL values from the filter set will be INCLUDED in the result.