DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVCommand Class / DataReader Field

In This Topic
    DataReader Field (C1CSVCommand)
    In This Topic
    A reference to the instance of the C1.DataConnector.AdoNet.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 C1.DataConnector.AdoNet.C1DataReader, this command cannot execute another query before the current C1.DataConnector.AdoNet.C1DataReadergets closed.
    See Also