[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1CommandBase.DataReader

DataReader Field

A reference to the instance of the C1DataReader that is currently using this command.

Namespace: C1.DataConnector.AdoNet
Assembly: C1.AdoNet.CSV.dll
Syntax
protected C1DataReader DataReader
Returns
Type Description
C1DataReader A reference to the instance of the that is currently using this command.
Remarks

While a command is executing a query, having returned an open C1DataReader, this command cannot execute another query before the current C1DataReadergets closed.