Enum TargetServerType
Specifies connection server.
Namespace: Npgsql
Assembly: Npgsql.dll
Syntax
public enum TargetServerType
Fields
Name | Description |
---|---|
any | Try to connect every server in order. |
master | Master server is selected for the connection. |
preferStandby | Standby server is selected preferentially for the connection. |
standby | Standby server is selected for the connection. |