Class LogicalReplicationConnection
Represents a logical replication connection to a PostgreSQL server.
Inherited Members
Namespace: Npgsql.Replication
Assembly: Npgsql.dll
Syntax
public sealed class LogicalReplicationConnection : ReplicationConnection
Constructors
| Improve this Doc View SourceLogicalReplicationConnection()
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. |