Search Results for

    Show / Hide Table of Contents

    Interface INpgsqlNetTopologySuiteOptions

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

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

    Properties

    | Improve this Doc View Source

    IsGeographyDefault

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

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