RecordSet Add Method ( Object )NReco.Data Class Library Documentation
Creates a row using specified values 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(
	Object[] values
)

Parameters

values
Type:  System Object 
The array of values that are used to create the new row.

Return Value

Type: RecordSet Row
new row instance
See Also