Table of Contents

Class LogicalReplicationConnection

Namespace
Npgsql.Replication
Assembly
Npgsql.dll

Represents a logical replication connection to a PostgreSQL server.

public sealed class LogicalReplicationConnection : ReplicationConnection, IAsyncDisposable
Inheritance
LogicalReplicationConnection
Implements
Inherited Members
Extension Methods

Constructors

LogicalReplicationConnection()

Initializes a new instance of LogicalReplicationConnection.

public LogicalReplicationConnection()

LogicalReplicationConnection(string?)

Initializes a new instance of LogicalReplicationConnection with the given connection string.

public LogicalReplicationConnection(string? connectionString)

Parameters

connectionString string

The connection used to open the PostgreSQL database.