Class RTable
[MessagePackObject(false)]
public sealed class RTable : Table, IEquatable<Table>
- Inheritance
-
RTable
- Implements
- Inherited Members
Constructors
RTable(AliasedEntity, string)
public RTable(AliasedEntity parentEntity, string relationshipName)
Parameters
parentEntityAliasedEntityrelationshipNamestring
Fields
ParentEntity
[Key(0)]
public readonly AliasedEntity ParentEntity
Field Value
RelationshipName
[Key(1)]
public readonly string RelationshipName
Field Value
Methods
Equals(Table?)
Indicates whether the current object is equal to another object of the same type.
public override bool Equals(Table? obj)
Parameters
objTable
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.