Click or drag to resize

DataAccess.ExecuteUpdates Method (KeyedList, DataSet)

Updates the database with the given collection of adapters and the datatable contained into the given dataset

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public void ExecuteUpdates(
	KeyedList adapters,
	DataSet updatedData
)

Parameters

adapters
Type: WorkflowGen.My.Collections.KeyedList
A keyed collection of adapter to use during update
updatedData
Type: System.Data.DataSet
The dataset which contains the updates
Remarks
The updates are transactionnals
See Also