Overload List

  NameDescription
Public methodUpdateDataset(IDbCommand, IDbCommand, IDbCommand, DataSet, String)
Executes the respective command for each inserted, updated, or deleted row in the DataSet.
Public methodUpdateDataset(IDbCommand, IDbCommand, IDbCommand, DataSet, String, AdoHelper<(Of <<'(TFactory>)>>)..::..RowUpdatingHandler, AdoHelper<(Of <<'(TFactory>)>>)..::..RowUpdatedHandler)
Executes the IDbCommand for each inserted, updated, or deleted row in the DataSet also implementing RowUpdating and RowUpdated Event Handlers

See Also