ModelDataSourceView.ExecuteInsert(IDictionary) Метод

Определение

Выполняет операцию вставки с помощью метода InsertMethod.

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

Параметры

values
IDictionary

Значения для вставки.

Возвращаемое значение

Int32

Число подлежащих вставке строк; если число неизвестно, значение -1.

Применяется к