RecordSet Load Method NReco.Data Class Library Documentation
Fills a RecordSet with values from a data source using the supplied IDataReader.

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

public int Load(
	IDataReader rdr
)

Return Value

Type: Int32
Number of loaded rows.
See Also