Show / Hide Table of Contents

    IAdoDbConnection.OpenAsync() Method

    .NET Standard 2.x

    Asynchronously opens the database connection using the connection string.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

    Task<bool> OpenAsync();
    

    Returns

    Task<bool>

    Returns a task that represents the asynchronous operation.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon