Table of Contents

Class NpgsqlProviderAdapter.NpgsqlConnection

Namespace
LinqToDB.DataProvider.PostgreSQL
Assembly
linq2db.dll
[Wrapper]
public class NpgsqlProviderAdapter.NpgsqlConnection : TypeWrapper, IDisposable
Inheritance
NpgsqlProviderAdapter.NpgsqlConnection
Implements
Inherited Members
Extension Methods

Constructors

NpgsqlConnection(object, Delegate[])

public NpgsqlConnection(object instance, Delegate[] wrappers)

Parameters

instance object
wrappers Delegate[]

NpgsqlConnection(string)

public NpgsqlConnection(string connectionString)

Parameters

connectionString string

Properties

PostgreSqlVersion

public Version PostgreSqlVersion { get; }

Property Value

Version

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Open()

public void Open()