Table of Contents

Class AliasedEntity

Namespace
The.SQL.QIR
Assembly
Instagile.dll

Refers to an entire entity, defined in some named table-valued expression

[MessagePackObject(false)]
public sealed record AliasedEntity : IEquatable<AliasedEntity>
Inheritance
AliasedEntity
Implements
Inherited Members

Constructors

AliasedEntity(string, int, AliasNamespace)

Refers to an entire entity, defined in some named table-valued expression

public AliasedEntity(string EntityName, int Alias, AliasNamespace Namespace)

Parameters

EntityName string
Alias int
Namespace AliasNamespace

Properties

Alias

[Key(1)]
public int Alias { get; init; }

Property Value

int

EntityName

[Key(0)]
public string EntityName { get; init; }

Property Value

string

Namespace

[Key(2)]
public AliasNamespace Namespace { get; init; }

Property Value

AliasNamespace

Methods

ToRefString()

public string ToRefString()

Returns

string

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.