Click or drag to resize
DbAdapterIDataAdapterUpdate Method
Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataSet from a DataTable named "Table".

Namespace: Innovator.Client.Connection
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
int IDataAdapter.Update(
	DataSet dataSet
)

Parameters

dataSet
Type: System.DataDataSet
The DataSet used to update the data source.

Return Value

Type: Int32
The number of rows successfully updated from the DataSet.

Implements

IDataAdapterUpdate(DataSet)
Exceptions
ExceptionCondition
DBConcurrencyExceptionAn attempt to execute an INSERT, UPDATE, or DELETE statement resulted in zero records affected.
See Also