DataConnector | ComponentOne
C1.AdoNet.GoogleAnalytics Assembly / C1.AdoNet.GoogleAnalytics Namespace / C1GoogleAnalyticsCommand Class / DataReader Field

In This Topic
    DataReader Field (C1GoogleAnalyticsCommand)
    In This Topic
    Stores instance of the C1.DataConnector.AdoNet.C1DataReader that is currently using this command.
    Syntax
    'Declaration
     
    Protected DataReader As C1DataReader
    protected C1DataReader DataReader
    Remarks
    If a command executes a query and return a C1.DataConnector.AdoNet.C1DataReader, then this command can't execute another query before the current C1.DataConnector.AdoNet.C1DataReader is closed
    See Also