An asynchronous version of Update(String, RecordSet) that calls the respective INSERT, UPDATE, or DELETE statements
for each added, updated, or deleted row in the specified RecordSet.
Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax
Parameters
- tableName
- Type: System String
The name of the source table.
- recordSet
- Type: NReco.Data RecordSet
RecordSet to use to update the data source.
- cancel
- Type: System.Threading CancellationToken
The cancellation instruction.
Return Value
Type: Task Int32The number of rows successfully updated.
See Also