dotConnect for QuickBooks Online Documentation
Devart.Data.QuickBooks Namespace / QuickBooksLoader Class / Open Method

In This Topic
    Open Method (QuickBooksLoader)
    In This Topic
    Prepares QuickBooksLoader for the loading.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Sub Open() 
    public override void Open()
    Remarks
    Use Open method to prepare internal QuickBooksLoader structures for loading. If you do not call this method explicitly it will be called automatically.
    See Also