Class RelationType
Description of how a relation is expressed in a query.
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class RelationType : Enum
Fields
InnerJoin
Specified in an INNER JOIN clause
Declaration
public const RelationType InnerJoin
Field Value
Type | Description |
---|---|
RelationType |
LeftOuterJoin
Specified in a LEFT OUTER JOIN clause
Declaration
public const RelationType LeftOuterJoin
Field Value
Type | Description |
---|---|
RelationType |
Restriction
Specified in the restriction clause
Declaration
public const RelationType Restriction
Field Value
Type | Description |
---|---|
RelationType |
RightOuterJoin
Specified in a RIGHT OUTER JOIN clause.
Declaration
public const RelationType RightOuterJoin
Field Value
Type | Description |
---|---|
RelationType |
value__
Description of how a relation is expressed in a query.
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)