DataRowReaderCreateReader Method (IDataReader, IListDataColumnProperties)

Spotfire 15.0 API Reference
Creates a DataRowReader from the given IDataReader.

Namespace:  Spotfire.Dxp.Data
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public static DataRowReader CreateReader(
	IDataReader reader,
	IList<DataColumnProperties> columnProperties
)

Parameters

reader
Type: System.DataIDataReader
The reader.
columnProperties
Type: System.Collections.GenericIListDataColumnProperties
The column properties.

Return Value

Type: DataRowReader
A new DataRowReader instance.
Version Information


See Also

Reference