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 |