![]() | ComparesParameters Enumeration |
Namespace: EDK4Net.Data.QueryLanguage
[SerializableAttribute] public enum ComparesParameters
Member name | Value | Description | |
---|---|---|---|
Equal | 0 | ||
Minor | 1 | ||
Major | 2 | ||
MinorOrEqual | 3 | ||
MajorOrEqual | 4 | ||
Different | 5 | ||
Between | 6 | ||
NotBetween | 7 | ||
StartWith | 8 | ||
EndWith | 9 | ||
Contains | 10 | ||
NotStartWith | 11 | ||
NotEndWith | 12 | ||
NotContains | 13 | ||
IsNull | 14 | ||
IsNotNull | 15 |