ModelDataSourceView.DeleteMethod プロパティ

定義

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

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

プロパティ値

メソッドの名前を表す文字列、または ModelDataSourceView がデータの削除に使用する文字列。

適用対象