Click or drag to resize

ComparesParameters Enumeration

Namespace:  EDK4Net.Data.QueryLanguage
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
[SerializableAttribute]
public enum ComparesParameters
Members
  Member nameValueDescription
Equal0
Minor1
Major2
MinorOrEqual3
MajorOrEqual4
Different5
Between6
NotBetween7
StartWith8
EndWith9
Contains10
NotStartWith11
NotEndWith12
NotContains13
IsNull14
IsNotNull15
See Also