Search Results for

    Show / Hide Table of Contents

    Delegate PhysicalOpenAsyncCallback

    Represents an asynchronous method that allows the application to setup a connection with custom commands.

    Namespace: Npgsql
    Assembly: Npgsql.dll
    Syntax
    public delegate Task PhysicalOpenAsyncCallback(NpgsqlConnector connection);
    Parameters
    Type Name Description
    NpgsqlConnector connection

    Physical connection to the database

    Returns
    Type Description
    Task
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team