C1.Data.DataSource Namespace : FilterOperator Enumeration |
'Declaration
Public Enum FilterOperator Inherits System.Enum
public enum FilterOperator : System.Enum
Member | Description |
---|---|
Contains | Left operand must contain the right one. |
EndsWith | Left operand must end with the right one. |
IsContainedIn | Left operand must be contained in the right one. |
IsEqualTo | Left operand must be equal to the right one. |
IsGreaterThan | Left operand must be larger than or equal to the right one. |
IsGreaterThanOrEqualTo | Left operand must be larger than the right one. |
IsLessThan | Left operand must be smaller than the right one. |
IsLessThanOrEqualTo | Left operand must be smaller than or equal to the right one. |
IsNotEqualTo | Left operand must be different from the right one. |
StartsWith | // Left operand must start with the right one. |
System.Object
System.ValueType
System.Enum
C1.Data.DataSource.FilterOperator
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