DevForce Help Reference
FilterOperator Enumeration


Represents the filter operator in a PredicateDescription.
Syntax
'Declaration
 
Public Enum FilterOperator 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As FilterOperator
Members
MemberDescription
AllWhether all of the values satisfies the specified predicate.
AnyWhether any of the values satisfies the specified predicate.
ContainsWhether the specified string occurs within this string.
EndsWithWhether the ending of a string matches a specified string.
InListWhether the value is within the specified list.
IsEqualToEquality comparison.
IsGreaterThan"Greater than" numeric comparison.
IsGreaterThanOrEqualTo"Greater than or equal" numeric comparison.
IsLessThan"Less than" numeric comparison.
IsLessThanOrEqualTo"Less than or equal" numeric comparison.
IsNotEqualToInequality comparison.
StartsWithWhether the beginning of a string matches a specified string.
Remarks
StartsWith, EndsWith and Contains may only be used with string operands.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         IdeaBlade.Linq.FilterOperator

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

Reference

IdeaBlade.Linq Namespace

Send Feedback