Search Results for

    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.

    preferStandby

    Standby server is selected preferentially for the connection.

    primary

    Primary server is selected for the connection.

    standby

    Standby server is selected for the connection.

    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team