Table of Contents

Interface INpgsqlNetTopologySuiteOptions

Namespace
Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal
Assembly
Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite.dll

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

public interface INpgsqlNetTopologySuiteOptions : ISingletonOptions
Inherited Members

Properties

IsGeographyDefault

True if geography is to be used by default instead of geometry

bool IsGeographyDefault { get; }

Property Value

bool