C1.DataCollection Assembly / C1.DataCollection Namespace / FilterOperation Enumeration

FilterOperation Enumeration
Represents the valid operations.
Syntax
'Declaration
 
Public Enum FilterOperation 
   Inherits System.Enum
 
Members
MemberDescription
ContainsRepresents a contains operation
EndsWithRepresents a ends with operation
EqualRepresents an equal operation
EqualTextRepresents an equal text operation
GreaterThanRepresents a greater than operation
GreaterThanOrEqualRepresents a greater than or equal operation
IsOneOfRepresents an is one of operation
LessThanRepresents a less than operation
LessThanOrEqualRepresents a less than or equal operation
NotEqualRepresents a not equal operation
NotEqualTextRepresents a not equal text operation
StartsWithRepresents a starts with operation
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.DataCollection.FilterOperation

See Also