Class OdfDatabaseTableInfo
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
Properties
Command
Gets the table command or source name. 取得資料表命令或來源名稱。
public string? Command { get; }
Property Value
Name
Gets the table name. 取得資料表名稱。
public string Name { get; }