Enum RelationType
Description of how a relation is expressed in a query.
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public enum RelationType
Fields
| Name | Description |
|---|---|
| InnerJoin | Specified in an INNER JOIN clause |
| LeftOuterJoin | Specified in a LEFT OUTER JOIN clause |
| Restriction | Specified in the restriction clause |
| RightOuterJoin | Specified in a RIGHT OUTER JOIN clause. |