Table of Contents

Class Join

Namespace
The.SQL.QIR
Assembly
Instagile.dll
[MessagePackObject(false)]
[Union(0, typeof(DirectJoin))]
[Union(1, typeof(EntityJoin))]
[Union(2, typeof(FromJoin))]
public abstract record Join : IEquatable<Join>
Inheritance
Join
Implements
Derived
Inherited Members

Constructors

Join(JoinMode)

protected Join(JoinMode Mode)

Parameters

Mode JoinMode

Properties

Mode

[Key(0)]
public JoinMode Mode { get; init; }

Property Value

JoinMode

Methods

ToLines()

protected virtual IEnumerable<string> ToLines()

Returns

IEnumerable<string>