DataConnector | ComponentOne
C1.AdoNet.Magento Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase Class / DataReader Field

In This Topic
    DataReader Field (C1CommandBase)
    In This Topic
    A reference to the instance of the C1DataReader that is currently using this command.
    Syntax
    'Declaration
     
    Protected DataReader As C1DataReader
    protected C1DataReader DataReader
    Remarks
    While a command is executing a query, having returned an open C1DataReader, this command cannot execute another query before the current C1DataReadergets closed.
    See Also