QueryableDataSourceView.DeleteParameters Vlastnost

Definice

Získá kolekci obsahující parametry, které se používají během operace odstranění.

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

Hodnota vlastnosti

ParameterCollection

Kolekce obsahující parametry, které jsou používány Delete(IDictionary, IDictionary) metodou.

Platí pro