Click or drag to resize

DataAccessExecuteUpdates Method (DbDataAdapter, DataSet, String)

Updates the database with the changes contained into a given dataset

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public void ExecuteUpdates(
	DbDataAdapter adapter,
	DataSet updatedData,
	string tableIdentifier
)

Parameters

adapter
Type: System.Data.CommonDbDataAdapter
A data adapter to use to perform SQL operations
updatedData
Type: System.DataDataSet
A dataset containing changes
tableIdentifier
Type: SystemString
An identifier for the table to update
See Also