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

On this page
    Close() Method
    On this page
    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.Bigcommerce.BigcommerceConnection for any other purpose.
    See Also