Table of Contents

Class TableIDInfo

Namespace
LinqToDB.Internal.SqlProvider
Assembly
linq2db.dll
public sealed record TableIDInfo : IEquatable<TableIDInfo>
Inheritance
TableIDInfo
Implements
Inherited Members
Extension Methods

Constructors

TableIDInfo(string, string, string)

public TableIDInfo(string TableAlias, string TableName, string TableSpec)

Parameters

TableAlias string
TableName string
TableSpec string

Properties

TableAlias

public string TableAlias { get; init; }

Property Value

string

TableName

public string TableName { get; init; }

Property Value

string

TableSpec

public string TableSpec { get; init; }

Property Value

string

Methods

Deconstruct(out string, out string, out string)

public void Deconstruct(out string TableAlias, out string TableName, out string TableSpec)

Parameters

TableAlias string
TableName string
TableSpec string

Equals(TableIDInfo?)

public bool Equals(TableIDInfo? other)

Parameters

other TableIDInfo

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string

Operators

operator ==(TableIDInfo?, TableIDInfo?)

public static bool operator ==(TableIDInfo? left, TableIDInfo? right)

Parameters

left TableIDInfo
right TableIDInfo

Returns

bool

operator !=(TableIDInfo?, TableIDInfo?)

public static bool operator !=(TableIDInfo? left, TableIDInfo? right)

Parameters

left TableIDInfo
right TableIDInfo

Returns

bool