Show / Hide Table of Contents

Class TargetedInnerJoin<TargetTableInfo>

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

Inheritance
object
JoinCompare
InnerJoin
TargetedInnerJoin<TargetTableInfo>
Implements
ICloneable
Inherited Members
InnerJoin.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()
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class TargetedInnerJoin<TargetTableInfo> : InnerJoin, ICloneable where TargetTableInfo : TableInfo
Type Parameters
Name Description
TargetTableInfo

Constructors

TargetedInnerJoin(Equal)

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

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

Properties

TargetTable

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

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

Methods

Clone()

Clone the join.

Declaration
public override object Clone()
Returns
Type Description
object

Copy of the join node

Overrides
InnerJoin.Clone()

Implements

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