LinqDataSourceView.DeleteParameters プロパティ

定義

削除操作で使用されるパラメーターが格納されたパラメーター コレクションを取得します。

public:
 property System::Web::UI::WebControls::ParameterCollection ^ DeleteParameters { System::Web::UI::WebControls::ParameterCollection ^ get(); };
public System.Web.UI.WebControls.ParameterCollection DeleteParameters { get; }
member this.DeleteParameters : System.Web.UI.WebControls.ParameterCollection
Public ReadOnly Property DeleteParameters As ParameterCollection

プロパティ値

ParameterCollection

Delete(IDictionary, IDictionary) メソッドによって使用されるパラメーターを格納するコレクション。

適用対象

こちらもご覧ください