Click or drag to resize

ComparisonType Class

Supported types of search argument comparisons
Inheritance Hierarchy

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public sealed class ComparisonType : Enum

The ComparisonType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberContains
Searches for value within a string
Public fieldStatic memberEndsWith
Checks whether a string ends with the specified value
Public fieldStatic memberEquals
The equals
Public fieldStatic memberGreaterThan
The greater than
Public fieldStatic memberGreaterThanOrEqual
The greater than or equal
Public fieldStatic memberIn
The In type supports multiple occurrences which are evaluated as an OR
Public fieldStatic memberLessThan
The less than
Public fieldStatic memberLessThanOrEqual
The less than or equal
Public fieldStatic memberLike
The like pattern based matching
Public fieldStatic memberStartsWith
Checks whether a string starts with the specified value
Public fieldStatic memberUnknown
Unknown comparison. This would throw exception if it is actually used for filtering
Public fieldvalue__
Top
See Also