Table of Contents

Class TableIDInfo

Namespace
LinqToDB.Internal.SqlProvider
Assembly
linq2db.dll
public sealed record TableIDInfo : IEquatable<TableIDInfo>
Inheritance
object
TableIDInfo
Implements
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