Search Results for

    Show / Hide Table of Contents

    Class NpgsqlRawPostgisExtensions

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

    Inheritance
    Object
    NpgsqlRawPostgisExtensions
    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.RawPostgis.dll
    Syntax
    public static class NpgsqlRawPostgisExtensions

    Methods

    UseRawPostgis(INpgsqlTypeMapper)

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

    Declaration
    public static INpgsqlTypeMapper UseRawPostgis(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