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

屬性值

集合,包含 Delete(IDictionary, IDictionary) 方法所使用的參數。

適用於

另請參閱