Returns the IDataReader for the data source. Please note that the data source must be open already.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
IDataReader GetDataReader()
Visual Basic (Declaration)
Function GetDataReader As IDataReader
Visual C++
IDataReader^ GetDataReader()

Return Value

Returns the IDataReader or null in case of errors.

See Also