Table of Contents

Class TableRef

Namespace
Apache.Arrow.Flight.Sql
Assembly
Apache.Arrow.Flight.Sql.dll
public class TableRef
Inheritance
TableRef
Inherited Members

Constructors

TableRef(string, string)

public TableRef(string dbSchema, string table)

Parameters

dbSchema string
table string

TableRef(string?, string, string)

public TableRef(string? catalog, string dbSchema, string table)

Parameters

catalog string
dbSchema string
table string

Properties

Catalog

public string? Catalog { get; }

Property Value

string

DbSchema

public string DbSchema { get; }

Property Value

string

Table

public string Table { get; }

Property Value

string