Sitefinity CMS

Telerik.Cms.Engine Send comments on this topic.
SearchCondition Enumeration
See Also  
Telerik.Cms.Engine Namespace : SearchCondition Enumeration


Represents the search condition. 

 

Namespace: Telerik.Cms.Engine
Assembly: Telerik.Cms.Engine (in Telerik.Cms.Engine.dll)

Syntax

Visual Basic (Declaration) 
Public Enum SearchCondition 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As SearchCondition
C# 
public enum SearchCondition : Enum 

Members

MemberDescription
EqualPerforms a comparison to determine if two expressions are equal.
NotEqualPerforms a comparison to determine if two expressions are not equal.
LessThenPerforms a comparison to determine if one expression is less than another.
LessOrEqual Performs a comparison to determine if one expression is less or equal to another.
GreaterThen Performs a comparison to determine if one expression is greater than another.
GreaterOrEqual Performs a comparison to determine if one expression is greater or equal to another.
LikeDetermines whether a given character string matches a specified pattern.
NullDetermines whether a given expression is NULL.
NotNullDetermines whether a given expression is NOT NULL.

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

See Also