Table of Contents

Class TableIDInfo

Namespace
LinqToDB.SqlProvider
Assembly
linq2db.dll
public class TableIDInfo
Inheritance
TableIDInfo
Extension Methods

Constructors

TableIDInfo(string, string, string)

public TableIDInfo(string tableAlias, string tableName, string tableSpec)

Parameters

tableAlias string
tableName string
tableSpec string

Fields

TableAlias

public string TableAlias

Field Value

string

TableName

public string TableName

Field Value

string

TableSpec

public string TableSpec

Field Value

string