IRecordSetAdapter UpdateAsync Method NReco.Data Class Library Documentation
An asynchronous version of Update(String, RecordSet)

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

Task<int> UpdateAsync(
	string table,
	RecordSet rs
)

Return Value

Type: Task Int32 
See Also