JoinTypes
Overview
The JoinTypes enumeration denotes the way two Schema tables should be joined.
Joining Schema tables feature is not currently supported by the Data Abstract for .NET.
Location
- Reference: RemObjects.DataAbstract.dll
- Namespace: RemObjects.DataAbstract.Schema
Value | Description |
---|---|
Cross | Equals to CROSS JOIN |
Inner | Equals to INNER JOIN |
LeftOuter | Equals to OUTER JOIN |
RightOuter | Equals to RIGHT OUTER JOIN |