Interface INpgsqlNetTopologySuiteOptions
- 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; }