Show / Hide Table of Contents

    IAdoDbConnection.Open() Method

    .NET Standard 2.x

    Opens the database connection using the connection string.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

      bool Open();
    

    Returns

    System.Boolean

    Returns false if the current state of the connection is ConnectionState.Open; otherwise, returns true if a database connection is opened successfully.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon