[]
        
(Showing Draft Content)

C1.Web.Mvc.Grid.Operator

Operator Enum

Specifies filter condition operators.

Namespace: C1.Web.Mvc.Grid
Assembly: C1.Web.Mvc.dll
Syntax
public enum Operator

Fields

Name Description
BW

Begins with.

CT

Contains.

EQ

Equals

EW

Ends with.

GE

Greater than or equal to.

GT

Greater than.

LE

Less than or equal to.

LT

Less than.

NC

Does not contain.

NE

Not equals.