Overload List
Name | Description | |
---|---|---|
UpdateAsync(Object) |
Asynchronously executes UPDATE statement generated by annotated POCO model.
| |
UpdateAsync(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.
| |
UpdateAsync(Query, IDictionary String, Object ) |
Asynchronously executes UPDATE statement generated by specified Query and dictionary values.
| |
UpdateAsync(Query, Object) |
Asynchronously executes UPDATE statement generated by specified Query and POCO model.
| |
UpdateAsync(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.
|
See Also