MetaTable.TableName 属性

定义

获取由数据库定义的表的名称。

public:
 abstract property System::String ^ TableName { System::String ^ get(); };
public abstract string TableName { get; }
member this.TableName : string
Public MustOverride ReadOnly Property TableName As String

属性值

表示表名称的 string

适用于