DbDataAdapter UpdateAsync Method NReco.Data Class Library Documentation
Overload List

  NameDescription
Public methodUpdateAsync(Object)
Asynchronously executes UPDATE statement generated by annotated POCO model.
Public methodUpdateAsync(String, RecordSet)
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.
Public methodUpdateAsync(Query, IDictionary String, Object )
Asynchronously executes UPDATE statement generated by specified Query and dictionary values.
Public methodUpdateAsync(Query, Object)
Asynchronously executes UPDATE statement generated by specified Query and POCO model.
Public methodUpdateAsync(String, RecordSet, CancellationToken)
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.
Top
See Also