DataAccessExecuteUpdates 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.7.2.0 (4.7.2.0)
Syntaxpublic void ExecuteUpdates(
	KeyedList adapters,
	DataSet updatedData
)
Public Sub ExecuteUpdates ( 
	adapters As KeyedList,
	updatedData As DataSet
)
Parameters
- adapters
 - Type: WorkflowGen.My.CollectionsKeyedList
A keyed collection of adapter to use during update - updatedData
 - Type: System.DataDataSet
The dataset which contains the updates 
Remarks
            The updates are transactionnals
            
See Also