Show / Hide Table of Contents

Class TargetedLeftOuterJoin<TargetTableInfo>

Outer Join, where it is possible to retrieve the strongly typed tableinfo for the right-hand (target) side

Inheritance
Object
JoinCompare
LeftOuterJoin
TargetedLeftOuterJoin<TargetTableInfo>
Implements
ICloneable
Inherited Members
LeftOuterJoin.ToString()
JoinCompare.RestrictionAnd(Restriction)
JoinCompare.RestrictionOr(Restriction)
JoinCompare.Compare
JoinCompare.Restriction
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class TargetedLeftOuterJoin<TargetTableInfo> : LeftOuterJoin, ICloneable where TargetTableInfo : TableInfo
Type Parameters
Name Description
TargetTableInfo

Constructors

TargetedLeftOuterJoin(Equal)

Declaration
public TargetedLeftOuterJoin(Equal comp)
Parameters
Type Name Description
Equal comp

Properties

TargetTable

Declaration
public TargetTableInfo TargetTable { get; }
Property Value
Type Description
TargetTableInfo

Methods

Clone()

Declaration
public override object Clone()
Returns
Type Description
Object
Overrides
LeftOuterJoin.Clone()

Implements

System.ICloneable

Extension Methods

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