Class LogicalReplicationConnection
Represents a logical replication connection to a PostgreSQL server.
Implements
Inherited Members
Namespace: Npgsql.Replication
Assembly: Npgsql.dll
Syntax
public sealed class LogicalReplicationConnection : ReplicationConnection, IAsyncDisposable
Constructors
LogicalReplicationConnection()
Initializes a new instance of LogicalReplicationConnection.
Declaration
public LogicalReplicationConnection()
LogicalReplicationConnection(String)
Initializes a new instance of LogicalReplicationConnection with the given connection string.
Declaration
public LogicalReplicationConnection(string connectionString)
Parameters
Type | Name | Description |
---|---|---|
String | connectionString | The connection used to open the PostgreSQL database. |