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
Properties
TableAlias
public string TableAlias { get; init; }
Property Value
TableName
public string TableName { get; init; }
Property Value
TableSpec
public string TableSpec { get; init; }
Property Value
Methods
Deconstruct(out string, out string, out string)
public void Deconstruct(out string TableAlias, out string TableName, out string TableSpec)
Parameters
Equals(TableIDInfo?)
public bool Equals(TableIDInfo? other)
Parameters
otherTableIDInfo
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(TableIDInfo?, TableIDInfo?)
public static bool operator ==(TableIDInfo? left, TableIDInfo? right)
Parameters
leftTableIDInforightTableIDInfo
Returns
operator !=(TableIDInfo?, TableIDInfo?)
public static bool operator !=(TableIDInfo? left, TableIDInfo? right)
Parameters
leftTableIDInforightTableIDInfo