Aracılığıyla paylaş


ModelDataSourceView.GetDeleteMethodResult(IDictionary, IDictionary) Yöntem

Tanım

delete yöntemini çağırır ve sonucu alır.

protected:
 virtual System::Object ^ GetDeleteMethodResult(System::Collections::IDictionary ^ keys, System::Collections::IDictionary ^ oldValues);
protected virtual object GetDeleteMethodResult (System.Collections.IDictionary keys, System.Collections.IDictionary oldValues);
abstract member GetDeleteMethodResult : System.Collections.IDictionary * System.Collections.IDictionary -> obj
override this.GetDeleteMethodResult : System.Collections.IDictionary * System.Collections.IDictionary -> obj
Protected Overridable Function GetDeleteMethodResult (keys As IDictionary, oldValues As IDictionary) As Object

Parametreler

keys
IDictionary

yöntemiyle DeleteMethod kullanılacak parametreler. yöntemiyle ilişkilendirilmiş parametre yoksa geçirin null.

oldValues
IDictionary

Silinecek satırın değerleri.

Döndürülenler

Delete yönteminin sonucu.

Özel durumlar

CanDelete özelliğidirfalse.

Şunlara uygulanır