Table of Contents

Class EntityJoin

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

Constructors

EntityJoin(JoinMode, Table, AliasedEntity, string)

public EntityJoin(JoinMode Mode, Table Source, AliasedEntity Target, string Property)

Parameters

Mode JoinMode
Source Table
Target AliasedEntity
Property string

Properties

Property

[Key(3)]
public string Property { get; init; }

Property Value

string

Source

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

Property Value

Table

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.