Compartir a través de


ModelDataSourceView.GetInsertMethodResult(IDictionary) Método

Definición

Invoca el método de inserción y obtiene el resultado.

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

Parámetros

values
IDictionary

Valores que se van a insertar.

Devoluciones

Object

Resultado del método de insertar.

Excepciones

La propiedad CanInsert es false.

Se aplica a