Interface INpgsqlSingletonOptions
Represents options for Npgsql that can only be set at the
Namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal
Assembly: Npgsql.EntityFrameworkCore.PostgreSQL.dll
Syntax
public interface INpgsqlSingletonOptions : ISingletonOptions
Properties
| Improve this Doc View SourcePostgresVersion
The backend version to target.
Declaration
Version PostgresVersion { get; }
Property Value
Type | Description |
---|---|
Version |
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? |
ReverseNullOrderingEnabled
True if reverse null ordering is enabled; otherwise, false.
Declaration
bool ReverseNullOrderingEnabled { get; }
Property Value
Type | Description |
---|---|
bool |
UseRedshift
Whether to target Redshift.
Declaration
bool UseRedshift { get; }
Property Value
Type | Description |
---|---|
bool |
UserRangeDefinitions
The collection of range mappings.
Declaration
IReadOnlyList<UserRangeDefinition> UserRangeDefinitions { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<><UserRangeDefinition> |