Table of Contents

Class OdfDatabaseTableInfo

Namespace
OdfKit.Database
Assembly
OdfKit.dll

Represents an ODB table description. 表示 ODB 資料表描述。

public sealed class OdfDatabaseTableInfo
Inheritance
OdfDatabaseTableInfo
Inherited Members

Constructors

OdfDatabaseTableInfo(string, string?)

Represents an ODB table description. 表示 ODB 資料表描述。

public OdfDatabaseTableInfo(string name, string? command)

Parameters

name string

The table name. / 資料表名稱。

command string

The table command or source name. / 資料表命令或來源名稱。

Properties

Command

Gets the table command or source name. 取得資料表命令或來源名稱。

public string? Command { get; }

Property Value

string

Name

Gets the table name. 取得資料表名稱。

public string Name { get; }

Property Value

string