Search Results for

    Show / Hide Table of Contents

    Class PostgisRawHandlerFactory

    Inheritance
    Object
    PostgisRawHandlerFactory
    Namespace: Npgsql.LegacyPostgis
    Assembly: Npgsql.RawPostgis.dll
    Syntax
    public class PostgisRawHandlerFactory : NpgsqlTypeHandlerFactory<byte[]>

    Methods

    | Improve this Doc

    Create(NpgsqlConnection)

    Declaration
    protected override NpgsqlTypeHandler<byte[]> Create(NpgsqlConnection conn)
    Parameters
    Type Name Description
    NpgsqlConnection conn
    Returns
    Type Description
    NpgsqlTypeHandler<Byte[]>
    • Improve this Doc
    In This Article
    Back to top © Copyright 2021 The Npgsql Development Team