Search Results for

    Show / Hide Table of Contents

    Namespace Npgsql.TypeMapping

    Classes

    NpgsqlTypeMapping

    Represents a type mapping for a PostgreSQL data type, which can be added to a type mapper, managing when that data type will be read and written and how.

    NpgsqlTypeMappingBuilder

    Builds instances of NpgsqlTypeMapping for addition into INpgsqlTypeMapper.

    Interfaces

    INpgsqlTypeMapper

    A type mapper, managing how to read and write CLR values to PostgreSQL data types. A type mapper exists for each connection, as well as a single global type mapper (accessible via NpgsqlConnection.GlobalTypeMapper).

    In This Article
    Back to top © Copyright 2021 The Npgsql Development Team