Show / Hide Table of Contents

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.

preferSlave

Slave server is selected preferentially for the connection.

slave

Slave server is selected for the connection.

Back to top Generated by DocFX