Class TableIDInfo
- Namespace
- LinqToDB.Internal.SqlProvider
- Assembly
- linq2db.dll
public sealed record TableIDInfo : IEquatable<TableIDInfo>
- Inheritance
-
objectTableIDInfo
- Implements
- Extension Methods
Constructors
TableIDInfo(string, string, string)
public TableIDInfo(string TableAlias, string TableName, string TableSpec)
Parameters
Properties
TableAlias
public string TableAlias { get; init; }
Property Value
TableName
public string TableName { get; init; }
Property Value
TableSpec
public string TableSpec { get; init; }