Determines the Operator used in a QueryCriteria.
Namespace:
Aspectize.CoreAssembly: AspectizeDAL (in AspectizeDAL.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public enum ComparisonOperator |
| Visual Basic (Declaration) |
|---|
Public Enumeration ComparisonOperator |
Members
| Member name | Description | |
|---|---|---|
| Equal | ||
| DifferentFrom | ||
| GreaterThan | ||
| LessThan | ||
| GreaterOrEquals | ||
| LessOrEquals | ||
| Like | ||
| IsNull | ||
| IsNotNull |