DbDataAdapter UpdateAsync Method (Query, IDictionary String, Object )NReco.Data Class Library Documentation
Asynchronously executes UPDATE statement generated by specified Query and dictionary values.

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

public Task<int> UpdateAsync(
	Query query,
	IDictionary<string, Object> data
)

Parameters

query
Type: NReco.Data Query
data
Type: System.Collections.Generic IDictionary String, Object 

Return Value

Type: Task Int32 
See Also