Table of Contents

Class FromJoin

Namespace
The.SQL.QIR.Joins
Assembly
Instagile.dll
[MessagePackObject(false)]
public sealed record FromJoin : Join, IEquatable<Join>, IEquatable<FromJoin>
Inheritance
FromJoin
Implements
Inherited Members

Constructors

FromJoin(JoinMode, RTable, AliasedEntity)

public FromJoin(JoinMode Mode, RTable Source, AliasedEntity Target)

Parameters

Mode JoinMode
Source RTable
Target AliasedEntity

Properties

Source

[Key(1)]
public RTable Source { get; init; }

Property Value

RTable

Target

[Key(2)]
public AliasedEntity Target { get; init; }

Property Value

AliasedEntity

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.