DataReaderResult Constructor (IDataReader, Int32, Int32)NReco.Data Class Library Documentation
Initializes a new instance of the DbDataAdapter with specified IDataReader instance.

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

public DataReaderResult(
	IDataReader dataReader,
	int offset,
	int count
)
See Also