An enumeration of all supported scan operator directives
            
 Declaration Syntax
 Declaration Syntax| C# | 
public enum ScanOperator
 Members
 Members| Member | Description | 
|---|---|
| Equal | |
| NotEqual | |
| LessThanOrEqual | |
| LessThan | |
| GreaterThanOrEqual | |
| GreaterThan | |
| IsNotNull | |
| IsNull | |
| Contains | |
| NotContains | |
| BeginsWith | |
| In | |
| Between |