Table of Contents

Class DirectJoin

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

Constructors

DirectJoin(JoinMode, Table, Condition)

public DirectJoin(JoinMode Mode, Table Target, Condition Constraint)

Parameters

Mode JoinMode
Target Table
Constraint Condition

Properties

Constraint

[Key(2)]
public Condition Constraint { get; init; }

Property Value

Condition

Target

[Key(1)]
public Table Target { get; init; }

Property Value

Table

Methods

ToLines()

protected override IEnumerable<string> ToLines()

Returns

IEnumerable<string>

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.