次の方法で共有


TableProvider.Name プロパティ

定義

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

public:  virtual property System::String ^ Name {  public:
System::String ^ get(); protected:
 void set(System::String ^ value); };
public virtual string Name { get; protected set; }
member this.Name : string with get, set
Public Overridable Property Name As String

プロパティ値

String

テーブルの名前。

注釈

通常、これはデータコンテキストクラスのテーブルプロパティの名前です。

適用対象