Creates a DataRowReader from the given IDataReader.
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public static DataRowReader CreateReader( IDataReader reader )
Parameters
- reader
- Type: System.DataIDataReader
The reader.
Return Value
Type: DataRowReaderA new DataRowReader instance.
Version Information
See Also