ModelDataSourceView.GetInsertMethodResult(IDictionary) メソッド

定義

挿入メソッドを呼び出し、結果を取得します。

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

パラメーター

values
IDictionary

挿入される値。

戻り値

挿入メソッドの結果。

例外

CanInsert プロパティが false です。

適用対象