SqlOperator Class |
Namespace: CMS.DataEngine
public static class SqlOperator
The SqlOperator type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | EXCEPT |
Except operator
|
![]() ![]() | INTERSECT |
Intersect operator
|
![]() ![]() | UNION |
Union operator
|
![]() ![]() | UNION_ALL |
Union all operator
|