Show / Hide Table of Contents

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.

Extension Methods

EnumUtil.MapEnums<SuperOffice.Data.SQL.RelationType, To>()
ObjectExtensions.AssignByReflection<RelationType>(RelationType)
ObjectExtensions.GraphCopy<RelationType>()
Converters.MapEnums<RelationType, To>()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top