Table of Contents

Class SpecialTable

Namespace
The.SQL.QIR.Tables
Assembly
Instagile.dll
[MessagePackObject(false)]
public sealed class SpecialTable : Table, IEquatable<Table>
Inheritance
SpecialTable
Implements
Inherited Members

Constructors

SpecialTable(SpecialTableName)

public SpecialTable(SpecialTableName name)

Parameters

name SpecialTableName

Fields

Name

[Key(0)]
public readonly SpecialTableName Name

Field Value

SpecialTableName

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.