Aracılığıyla paylaş


ModelDataSourceView.GetInsertMethodResult(IDictionary) Yöntem

Tanım

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

protected:
 virtual System::Object ^ GetInsertMethodResult(System::Collections::IDictionary ^ values);
protected virtual object GetInsertMethodResult (System.Collections.IDictionary values);
abstract member GetInsertMethodResult : System.Collections.IDictionary -> obj
override this.GetInsertMethodResult : System.Collections.IDictionary -> obj
Protected Overridable Function GetInsertMethodResult (values As IDictionary) As Object

Parametreler

values
IDictionary

Eklenecek değerler.

Döndürülenler

Insert yönteminin sonucu.

Özel durumlar

CanInsert özelliğidirfalse.

Şunlara uygulanır