Class AliasedEntity
Refers to an entire entity, defined in some named table-valued expression
[MessagePackObject(false)]
public sealed record AliasedEntity : IEquatable<AliasedEntity>
- Inheritance
-
AliasedEntity
- Implements
- Inherited Members
Constructors
AliasedEntity(string, int, AliasNamespace)
Refers to an entire entity, defined in some named table-valued expression
public AliasedEntity(string EntityName, int Alias, AliasNamespace Namespace)
Parameters
EntityNamestringAliasintNamespaceAliasNamespace
Properties
Alias
[Key(1)]
public int Alias { get; init; }
Property Value
EntityName
[Key(0)]
public string EntityName { get; init; }
Property Value
Namespace
[Key(2)]
public AliasNamespace Namespace { get; init; }
Property Value
Methods
ToRefString()
public string ToRefString()
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.