EntityDataSourceView.ExecuteInsert(IDictionary) Метод

Определение

Выполняет операцию вставки.

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

Значения вставляемой сущности.

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

Число вставленных строк; в противном случае — значение -1, если операция завершается сбоем или число неизвестно.

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