DataRowReader CreateReader Method (IDataReader, IList DataColumnProperties , ResultProperties) TIBCO Spotfire 7.0 API Reference
Creates a DataRowReader from the given IDataReader.

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

public static DataRowReader CreateReader(
	IDataReader reader,
	IList<DataColumnProperties> columnProperties,
	ResultProperties resultProperties
)

Parameters

reader
Type: System.Data IDataReader
The reader.
columnProperties
Type: System.Collections.Generic IList DataColumnProperties 
The column properties.
resultProperties
Type: Spotfire.Dxp.Data ResultProperties
The result properties.

Return Value

Type: DataRowReader
A new DataRowReader instance.
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also