IdeaBlade DevForce 2010 Help Reference
FilterOperator Enumeration
See Also  Send Feedback
IdeaBlade.Linq Assembly > IdeaBlade.Linq Namespace : FilterOperator Enumeration



Represents the filter operator in a PredicateDescription.

Syntax

Visual Basic (Declaration) 
Public Enum FilterOperator 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
Visual Basic (Usage)Copy Code
Dim instance As FilterOperator
C++/CLI 
public enum class FilterOperator : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  

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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.