DbDataAdapter Update Method (Query, IDictionary String, Object )NReco.Data Class Library Documentation
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 int Update(
	Query query,
	IDictionary<string, Object> data
)

Parameters

query
Type: NReco.Data Query
query that determines data records to update.
data
Type: System.Collections.Generic IDictionary String, Object 
dictonary with changeset data (column -> value)

Return Value

Type: Int32
Number of updated data records.
See Also