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


In This Topic
    C1QuickBooksOnlineConnectionStringBuilder Class Members
    In This Topic

    The following tables list the members exposed by C1QuickBooksOnlineConnectionStringBuilder.

    Public Constructors
    Public Properties
     NameDescription
    Public Property The connection string to the cache provider. (Inherited from C1.DataConnector.C1ConnectionStringBuilder)
    Public PropertyThe path to the local database file used as cache. Default location is AppData/C1DataConnector. (Inherited from C1.DataConnector.C1ConnectionStringBuilder)
    Public Property The name of the the cache provider. (Inherited from C1.DataConnector.C1ConnectionStringBuilder)
    Public Property The cache expiration interval of time given in seconds. Default value is 600 seconds. (Inherited from C1.DataConnector.C1ConnectionStringBuilder)
    Public Property The unique identifier of a given company in QuickBooks Online.  
    Public PropertyThe connection string equivalence of this C1.DataConnector.C1ConnectionStringBuilder. (Inherited from C1.DataConnector.C1ConnectionStringBuilder)
    Public Property (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public Property The country code for the edition of QuickBooks Online being used. For instance: US, IN, UK, AU, and CA. Default is US.  
    Public Property The domain or computer name that verifies the credentials. (Inherited from C1.DataConnector.AdoNet.C1OAuthConnectionStringBuilder)
    Public Property Specifies whether incremental caching is considered or not. Default is false/not. (Inherited from C1.DataConnector.C1ConnectionStringBuilder)
    Public Property Specifies the name of the column used for storing the time of the last change of each row. (Inherited from C1.DataConnector.C1ConnectionStringBuilder)
    Public Property (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public Property (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public PropertyOverridden.  Gets or sets the value associated with the specified key.  
    Public Property (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public Property The name of the log provider. (Inherited from C1.DataConnector.C1ConnectionStringBuilder)
    Public Property Number of max log files. true or false value only. (Inherited from C1.DataConnector.C1ConnectionStringBuilder)
    Public Property The limit size of log file. (Inherited from C1.DataConnector.C1ConnectionStringBuilder)
    Public Property The maximum items returned per request to server. (Inherited from C1.DataConnector.C1ConnectionStringBuilder)
    Public Property Specifies the maximum number of connections in the pool. (Inherited from C1.DataConnector.C1ConnectionStringBuilder)
    Public Property Set the minor version to be used when sending requests to the QuickBooks Online API. Default is 52.  
    Public Property The OAuth 2.0 access token to be used for the authentication. (Inherited from C1.DataConnector.AdoNet.C1OAuthConnectionStringBuilder)
    Public Property The id of the OAuth 2.0 Client to be used for the authentication. (Inherited from C1.DataConnector.AdoNet.C1OAuthConnectionStringBuilder)
    Public Property The secret of the OAuth 2.0 Client to be used for the authentication. (Inherited from C1.DataConnector.AdoNet.C1OAuthConnectionStringBuilder)
    Public Property The extend properties for the OAuth 2.0 authentication request. (Inherited from C1.DataConnector.AdoNet.C1OAuthConnectionStringBuilder)
    Public Property The OAuth 2.0 refresh token to be used for the authentication. (Inherited from C1.DataConnector.AdoNet.C1OAuthConnectionStringBuilder)
    Public Property The scope for the OAuth 2.0 authentication request. (Inherited from C1.DataConnector.AdoNet.C1OAuthConnectionStringBuilder)
    Public Property The OAuth 2.0 token endpoint to be used for the authentication. (Inherited from C1.DataConnector.AdoNet.C1OAuthConnectionStringBuilder)
    Public Property Specifies whether or not accessing an invalid cached table should throw an exception or if the table will be refreshed. Default is false/not. (Inherited from C1.DataConnector.C1ConnectionStringBuilder)
    Public Property The password of the user to be used for the authentication. (Inherited from C1.DataConnector.AdoNet.C1OAuthConnectionStringBuilder)
    Public Property (Inherited from C1.DataConnector.C1ConnectionStringBuilder)
    Public Property (Inherited from C1.DataConnector.C1ConnectionStringBuilder)
    Public Property (Inherited from C1.DataConnector.C1ConnectionStringBuilder)
    Public Property (Inherited from C1.DataConnector.C1ConnectionStringBuilder)
    Public Property (Inherited from C1.DataConnector.C1ConnectionStringBuilder)
    Public Property Specifies whether caching is considered or not. Default is false/not. (Inherited from C1.DataConnector.C1ConnectionStringBuilder)
    Public Property TSpecifies whether or not pooling is requested for a given connection. Default is true/yes. (Inherited from C1.DataConnector.C1ConnectionStringBuilder)
    Public Property The username to be used for the authentication. (Inherited from C1.DataConnector.AdoNet.C1OAuthConnectionStringBuilder)
    Public Property A boolean indicating if you are using a Sandbox account. Default is false.  
    Public Property (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public Property Verbosity level of log. number 1-5 only. (Inherited from C1.DataConnector.C1ConnectionStringBuilder)
    Top
    Protected Properties
     NameDescription
    Protected Property The logger where the runtime messages are passed to. (Inherited from C1.DataConnector.C1ConnectionStringBuilder)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public Method (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public Method (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public MethodOverridden. Method that check if two instance C1QuickBooksOnlineConnectionStringBuilder can be considered equals considering pooling and caching connection purposes.  
    Public Method (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public MethodOverridden. Retrieve the mapped hash code of this C1QuickBooksOnlineConnectionStringBuilder.  
    Public Method (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public Method (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public Method (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public Method (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Top
    Protected Methods
    See Also