Class TableIDInfo
Inheritance
System.Object
TableIDInfo
Assembly: linq2db.dll
Syntax
public class TableIDInfo : object
Constructors
|
Improve this Doc
View Source
TableIDInfo(String, String, String)
Declaration
public TableIDInfo(string tableAlias, string tableName, string tableSpec)
Parameters
Type |
Name |
Description |
System.String |
tableAlias |
|
System.String |
tableName |
|
System.String |
tableSpec |
|
Fields
|
Improve this Doc
View Source
TableAlias
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TableName
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TableSpec
Declaration
Field Value
Type |
Description |
System.String |
|
Extension Methods