Search Results for

    Show / Hide Table of Contents

    Interface IUserTypeMapping

    Namespace: Npgsql.Internal.TypeMapping
    Assembly: Npgsql.dll
    Syntax
    public interface IUserTypeMapping

    Properties

    ClrType

    Declaration
    Type ClrType { get; }
    Property Value
    Type Description
    Type

    PgTypeName

    Declaration
    string PgTypeName { get; }
    Property Value
    Type Description
    String

    Methods

    CreateHandler(PostgresType, NpgsqlConnector)

    Declaration
    NpgsqlTypeHandler CreateHandler(PostgresType pgType, NpgsqlConnector connector)
    Parameters
    Type Name Description
    PostgresType pgType
    NpgsqlConnector connector
    Returns
    Type Description
    NpgsqlTypeHandler
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team