Search Results for

    Show / Hide Table of Contents

    Delegate PhysicalOpenCallback

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

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

    Physical connection to the database

    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team