Search Results for

    Show / Hide Table of Contents

    Class NpgsqlLegacyPostgisExtensions

    Extension adding the legacy PostGIS types to an Npgsql type mapper.

    Inheritance
    Object
    NpgsqlLegacyPostgisExtensions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Npgsql
    Assembly: Npgsql.LegacyPostgis.dll
    Syntax
    public static class NpgsqlLegacyPostgisExtensions

    Methods

    UseLegacyPostgis(INpgsqlTypeMapper)

    Sets up the legacy PostGIS types to an Npgsql type mapper.

    Declaration
    public static INpgsqlTypeMapper UseLegacyPostgis(this INpgsqlTypeMapper mapper)
    Parameters
    Type Name Description
    INpgsqlTypeMapper mapper

    The type mapper to set up (global or connection-specific)

    Returns
    Type Description
    INpgsqlTypeMapper
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team