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

Value Description
Cross Equals to CROSS JOIN
Inner Equals to INNER JOIN
LeftOuter Equals to OUTER JOIN
RightOuter Equals to RIGHT OUTER JOIN