ModelDataSourceView.InsertMethod プロパティ

定義

データを挿入するために ModelDataSourceView オブジェクトが呼び出すメソッドの名前を取得または設定します。

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

プロパティ値

String

ModelDataSourceView がデータを挿入するために使用するメソッドの名前を表す文字列。

適用対象