Click or drag to resize

Operator Enumeration


Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
Syntax
C#
public enum Operator
Members
Member nameValueDescription
Equal0 
NotEqual1 
Greater2 
GreaterEqual3 
Smaller4 
SmallerEqual5 
Between6 
NotBetween7 
Contains8 
NotContains9 
StartsWith10 
EndsWith11 
IsEmpty12 
IsNotEmpty13 
IsNull14 
IsNotNull15 
ValueOnly16 
ContainsAny17 
NotContainsAny18 
ContainsAll19 
NotContainsAll20 
See Also