ContextDataSourceView.ExecuteInsert(IDictionary) Método
Definição
Executa uma operação de inserção usando os valores especificados em uma coleção.Performs an insert operation by using the values specified in a collection.
protected:
override int ExecuteInsert(System::Collections::IDictionary ^ values);
protected override int ExecuteInsert (System.Collections.IDictionary values);
override this.ExecuteInsert : System.Collections.IDictionary -> int
Protected Overrides Function ExecuteInsert (values As IDictionary) As Integer
Parâmetros
- values
- IDictionary
Um dicionário de pares nome/valor que representam os elementos de dados e seus novos valores.A dictionary of name/value pairs that represent data elements and their new values.
Retornos
O número de objetos ou linhas inseridos na fonte de dados.The number of objects or rows that were inserted into the data source.