QueryableDataSourceView.BuildDeleteObject Metoda

Definice

Vytvoří objekty, které se mají použít pro operaci odstranění.

protected:
 System::Web::UI::WebControls::QueryableDataSourceEditData ^ BuildDeleteObject(System::Collections::IDictionary ^ keys, System::Collections::IDictionary ^ oldValues, System::Collections::Generic::IDictionary<System::String ^, Exception ^> ^ validationErrors);
protected System.Web.UI.WebControls.QueryableDataSourceEditData BuildDeleteObject (System.Collections.IDictionary keys, System.Collections.IDictionary oldValues, System.Collections.Generic.IDictionary<string,Exception> validationErrors);
member this.BuildDeleteObject : System.Collections.IDictionary * System.Collections.IDictionary * System.Collections.Generic.IDictionary<string, Exception> -> System.Web.UI.WebControls.QueryableDataSourceEditData
Protected Function BuildDeleteObject (keys As IDictionary, oldValues As IDictionary, validationErrors As IDictionary(Of String, Exception)) As QueryableDataSourceEditData

Parametry

keys
IDictionary

Klíče řádků, které chcete odstranit.

oldValues
IDictionary

Hodnoty řádků, které se mají vyhodnotit, aby se zjistily konflikty dat.

validationErrors
IDictionary<String,Exception>

Seznam chyb převodu vytvořených ve zdroji dat při selhání operace CRUD

Návraty

Objekty, které se mají použít pro operaci odstranění.

Platí pro