MetaTable.DataContextPropertyName プロパティ

定義

テーブルの名前を取得します。

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

プロパティ値

テーブルの名前。

注釈

名前は、テーブルが DataContextType 属しているオブジェクトから取得されます。

適用対象