Search Results for

    Show / Hide Table of Contents

    Interface INpgsqlSingletonOptions

    Represents options for Npgsql that can only be set at the singleton level.

    Namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal
    Assembly: Npgsql.EntityFrameworkCore.PostgreSQL.dll
    Syntax
    public interface INpgsqlSingletonOptions : ISingletonOptions

    Properties

    | Improve this Doc View Source

    PostgresVersion

    The backend version to target.

    Declaration
    Version PostgresVersion { get; }
    Property Value
    Type Description
    Version
    | Improve this Doc View Source

    PostgresVersionWithoutDefault

    The backend version to target, but returns null unless the user explicitly specified a version.

    Declaration
    Version? PostgresVersionWithoutDefault { get; }
    Property Value
    Type Description
    Version?
    | Improve this Doc View Source

    ReverseNullOrderingEnabled

    True if reverse null ordering is enabled; otherwise, false.

    Declaration
    bool ReverseNullOrderingEnabled { get; }
    Property Value
    Type Description
    bool
    | Improve this Doc View Source

    UseRedshift

    Whether to target Redshift.

    Declaration
    bool UseRedshift { get; }
    Property Value
    Type Description
    bool
    | Improve this Doc View Source

    UserRangeDefinitions

    The collection of range mappings.

    Declaration
    IReadOnlyList<UserRangeDefinition> UserRangeDefinitions { get; }
    Property Value
    Type Description
    IReadOnlyList<><UserRangeDefinition>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team