ModelDataSourceView.Delete(IDictionary, IDictionary, DataSourceViewOperationCallback) Método
Definição
Exclui um método e obtém o resultado.Deletes a method and gets the result.
public:
override void Delete(System::Collections::IDictionary ^ keys, System::Collections::IDictionary ^ oldValues, System::Web::UI::DataSourceViewOperationCallback ^ callback);
public override void Delete (System.Collections.IDictionary keys, System.Collections.IDictionary oldValues, System.Web.UI.DataSourceViewOperationCallback callback);
override this.Delete : System.Collections.IDictionary * System.Collections.IDictionary * System.Web.UI.DataSourceViewOperationCallback -> unit
Public Overrides Sub Delete (keys As IDictionary, oldValues As IDictionary, callback As DataSourceViewOperationCallback)
Parâmetros
- keys
- IDictionary
As chaves.The keys.
- oldValues
- IDictionary
Os valores antigos.The old values.
- callback
- DataSourceViewOperationCallback
O retorno de chamada.The callback.