Nyelv

QueryableDataSourceView.BuildDeleteObject Metódus

Definíció

Létrehozza a törlési művelethez használni kívánt objektumokat.

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

Paraméterek

keys
IDictionary

A törölni kívánt sorok kulcsai.

oldValues
IDictionary

Az adatütközések észleléséhez kiértékelendő sorértékek.

validationErrors
IDictionary<String,Exception>

Az adatforrásban a CRUD-művelet sikertelensége esetén létrehozott konverziós hibák listája.

Válaszok

A törlési művelethez használandó objektumok.

A következőre érvényes: