Search Results for

    Show / Hide Table of Contents

    Class NpgsqlNodaTimeExtensions

    Extension adding the NodaTime plugin to an Npgsql type mapper.

    Inheritance
    object
    NpgsqlNodaTimeExtensions
    Namespace: Npgsql
    Assembly: Npgsql.NodaTime.dll
    Syntax
    public static class NpgsqlNodaTimeExtensions

    Methods

    | Improve this Doc View Source

    UseNodaTime(INpgsqlTypeMapper)

    Sets up NodaTime mappings for the PostgreSQL date/time types.

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

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

    Returns
    Type Description
    INpgsqlTypeMapper
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team