RecordSet Add Method (IDictionary String, Object )NReco.Data Class Library Documentation
Creates a row using specified column -> value dictionary and adds it to the RecordSet.

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

public RecordSet Row Add(
	IDictionary<string, Object> values
)

Parameters

values
Type: System.Collections.Generic IDictionary String, Object 
Dictionary with column -> value pairs.

Return Value

Type: RecordSet Row
new row instance
See Also