Interface INpgsqlNetTopologySuiteOptions
Represents options for Npgsql NetTopologySuite that can only be set at the
Namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal
Assembly: Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite.dll
Syntax
public interface INpgsqlNetTopologySuiteOptions : ISingletonOptions
Properties
| Improve this Doc View SourceIsGeographyDefault
True if geography is to be used by default instead of geometry
Declaration
bool IsGeographyDefault { get; }
Property Value
Type | Description |
---|---|
bool |