dotConnect for QuickBooks Online Documentation
Devart.Data Namespace / SqlShimDataReader Class / Close() Method

In This Topic
    Close() Method
    In This Topic
    Closes the SqlShimDataReader object.
    Syntax
    'Declaration
     
    Public Overrides Sub Close() 
    public override void Close()
    Remarks
    You must explicitly call the Close method after you have finished working with the SqlShimDataReader in order to use the associated Devart.Data.QuickBooks.QuickBooksConnection for any other purpose.
    See Also