Platform Core .NET Assemblies API
FilterComparisonType Enumeration
See Also  Send Feedback
Terrasoft.Core.Entities Namespace : FilterComparisonType Enumeration

Glossary Item Box

The comparison type in the filter.

Syntax

 
C#
 
 

Members

MemberDescription
BetweenThe range of values.
ContainContains the expression.
EndWithEnds with the expression.
EqualEqual to.
ExistsExists by the specified condition.
GreaterGreater than.
GreaterOrEqualGreater than or equal to.
IsNotNullIs not null in the database.
IsNullIs null in the database.
LessLess than.
LessOrEqualLess than or equal to.
NotContainDoes not contain the expression.
NotEndWithDoes not end with the expression.
NotEqualNot equal to.
NotExistsDoes not exist by the specified condition.
NotStartWithDoes not start with the expression.
StartWithStarts with the expression.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Terrasoft.Core.Entities.FilterComparisonType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Terrasoft 2002-2018.