Show / Hide Table of Contents

    IAdoDbConnection.CloseAsync() Method

    .NET Standard 2.x

    Asynchronously closes the connection to the database.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

    Task<bool> CloseAsync();
    

    Returns

    Task<bool>

    Returns a task that represents the asynchronous operation.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon