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

プロパティ値

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

適用対象