Class CombineType
Types of method of combining match criteria.
Inheritance
System.Object
CombineType
Namespace: MESL.SqlRace.Domain.Query
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class CombineType : Enum
Fields
AND
ANDS this match together with existing matches.
Declaration
public const CombineType AND
Field Value
Type | Description |
---|---|
CombineType |
OR
ORs this match with existing matches.
Declaration
public const CombineType OR
Field Value
Type | Description |
---|---|
CombineType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |