Intersoft.Client.Data.ComponentModel Namespace : FilterOperator Enumeration |
Public Enum FilterOperator Inherits System.Enum
Dim instance As FilterOperator
public enum FilterOperator : System.Enum
public enum class FilterOperator : public System.Enum
Member | Description |
---|---|
Contains | Contains. |
DoesNotContain | Does Not Contains. |
EndsWith | Ends With. |
IsContainedIn | Contained In. |
IsEqualTo | Equal To. |
IsGreaterThan | Greater Than. |
IsGreaterThanOrEqualTo | Greater Than or Equal To. |
IsLessThan | Less Than. |
IsLessThanOrEqualTo | Less Than or Equal To. |
IsNotEqualTo | Not Equal To. |
IsNullOrEmpty | Is Null Or Empty |
StartsWith | Starts With. |
System.Object
System.ValueType
System.Enum
Intersoft.Client.Data.ComponentModel.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