Table of Contents

Class RTable

Namespace
The.SQL.QIR.Tables
Assembly
Instagile.dll
[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

parentEntity AliasedEntity
relationshipName string

Fields

ParentEntity

[Key(0)]
public readonly AliasedEntity ParentEntity

Field Value

AliasedEntity

RelationshipName

[Key(1)]
public readonly string RelationshipName

Field Value

string

Methods

Equals(Table?)

Indicates whether the current object is equal to another object of the same type.

public override bool Equals(Table? obj)

Parameters

obj Table

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

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.