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, если операция завершается ошибкой или число не известно.

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