Table of Contents

Class SqlOperator

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Defines SQL operators

public static class SqlOperator
Inheritance
object
SqlOperator

Fields

EXCEPT

Except operator

public const string EXCEPT = "EXCEPT"

Field Value

string

INTERSECT

Intersect operator

public const string INTERSECT = "INTERSECT"

Field Value

string

UNION

Union operator

public const string UNION = "UNION"

Field Value

string

UNION_ALL

Union all operator

public const string UNION_ALL = "UNION ALL"

Field Value

string