C#
Member | Description |
---|---|
Between | The range of values. |
Contain | Contains the expression. |
EndWith | Ends with the expression. |
Equal | Equal to. |
Exists | Exists by the specified condition. |
Greater | Greater than. |
GreaterOrEqual | Greater than or equal to. |
IsNotNull | Is not null in the database. |
IsNull | Is null in the database. |
Less | Less than. |
LessOrEqual | Less than or equal to. |
NotContain | Does not contain the expression. |
NotEndWith | Does not end with the expression. |
NotEqual | Not equal to. |
NotExists | Does not exist by the specified condition. |
NotStartWith | Does not start with the expression. |
StartWith | Starts with the expression. |
System.Object
System.ValueType
System.Enum
Terrasoft.Core.Entities.FilterComparisonType
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