RecordSet FromReader Method NReco.Data Class Library Documentation
Creates a RecordSet from a data source using the supplied IDataReader.

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

public static RecordSet FromReader(
	IDataReader rdr
)

Return Value

Type: RecordSet
RecordSet with schema inferred by reader and populated with incoming data.
See Also