DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.AdoNet.QuickBooksOnline Namespace / C1QuickBooksOnlineDataReader Class
Properties Methods


In This Topic
    C1QuickBooksOnlineDataReader Class Members
    In This Topic

    The following tables list the members exposed by C1QuickBooksOnlineDataReader.

    Public Properties
     NameDescription
    Public Property Gets a value indicating the depth of nesting for the current row. (Inherited from C1.DataConnector.AdoNet.C1DataReader)
    Public Property Gets the number of columns in the current row. (Inherited from C1.DataConnector.AdoNet.C1DataReader)
    Public PropertyGets a value that indicates whether this C1.DataConnector.AdoNet.C1DataReader contains one or more rows. (Inherited from C1.DataConnector.AdoNet.C1DataReader)
    Public PropertyGets a value indicating whether the C1.DataConnector.AdoNet.C1DataReader is closed. (Inherited from C1.DataConnector.AdoNet.C1DataReader)
    Public PropertyOverloaded. Gets the value of the specified column as an instance of System.Object. (Inherited from C1.DataConnector.AdoNet.C1DataReader)
    Public Property Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. (Inherited from C1.DataConnector.AdoNet.C1DataReader)
    Public Property (Inherited from System.Data.Common.DbDataReader)
    Top
    Public Methods
     NameDescription
    Public MethodCloses the C1.DataConnector.AdoNet.C1DataReader object (Inherited from C1.DataConnector.AdoNet.C1DataReader)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method Gets the value of the specified column as a Boolean. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method Gets the value of the specified column as a Byte. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method Writes in the passed buffer a number of bytes read from within a column. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method Gets the value of the specified column as a single character. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method Writes in the passed buffer a number of characters read from within a column. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method Gets a string representing the data type of the specified column. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method Gets the value of the specified column as a DateTime object. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method Gets the value of the specified column as a Decimal object. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method Gets the value of the specified column as a double-precision floating point number. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method Gets the data type of the specified column. (Inherited from C1.DataConnector.AdoNet.C1DataReader)
    Public Method (Inherited from System.Data.Common.DbDataReader)
    Public MethodOverloaded.  (Inherited from System.Data.Common.DbDataReader)
    Public Method Gets the value of the specified column as a single-precision floating point number. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method Gets the value of the specified column as a globally unique identifier (GUID). (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method Gets the value of the specified column as a 16-bit signed integer. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method Gets the value of the specified column as a 32-bit signed integer. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method Gets the value of the specified column as a 64-bit signed integer. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method Gets the name of the column, given the zero-based column ordinal. (Inherited from C1.DataConnector.AdoNet.C1DataReader)
    Public Method Gets the column ordinal given the name of the column. (Inherited from C1.DataConnector.AdoNet.C1DataReader)
    Public MethodOverridden.  Schema information in QuickBooksOnline is difficult to map into .NET conventions, so a lot of work must be done to gather the necessary information so it can be represented in an ADO.NET manner.  
    Public Method (Inherited from System.Data.Common.DbDataReader)
    Public Method Gets the value of the specified column as a string. (Inherited from C1.DataConnector.C1DataReaderBase)
    Public Method (Inherited from System.Data.Common.DbDataReader)
    Public MethodGets the value of the specified column as an instance of System.Object. (Inherited from C1.DataConnector.AdoNet.C1DataReader)
    Public Method Populates an array of objects with the column values of the current row. (Inherited from C1.DataConnector.AdoNet.C1DataReader)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method Gets a value that indicates whether the column contains nonexistent or missing values. (Inherited from C1.DataConnector.AdoNet.C1DataReader)
    Public MethodOverloaded.  (Inherited from System.Data.Common.DbDataReader)
    Public Method Advances the reader to the next result when reading the results of a batch of statements. (Inherited from C1.DataConnector.AdoNet.C1DataReader)
    Public MethodOverloaded.  (Inherited from System.Data.Common.DbDataReader)
    Public Method Advances the reader to the next record in a result set. (Inherited from C1.DataConnector.AdoNet.C1DataReader)
    Public MethodOverloaded. An asynchronous version of Read method. (Inherited from C1.DataConnector.AdoNet.C1DataReader)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.Data.Common.DbDataReader)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Top
    See Also