Operations Enumeration

Enumeration of Comparison Operators.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public enum Operations

Members

Ignore0 Ignore this Value.
Between1 Result is Between A and B.
Equal2 Result is Equal to A.
Greater3 Result is Greater than A.
GreaterEqual4 Result is Greater than or Equal to A.
In5 Result is one of the members of the provided set.
Less6 Result is Less Than A.
LessEqual7 Result is Less Than or Equal To A.
NotEqual8 Result is Not Equal to A.
NotIn9 Result is not one of the members of the provided set.
BeginsWith10 Result Begins with A.
Contains11 Result Contains A.
Like12 Result is Like A.
Expression13 Result is returned on result of Expression.
NotLike14 Result is Not Like A.
Cart15 Filter to Cart Contents.
Assign16 Value Assignment. Used to specify parameters of a stored procedure.

See Also