Search Results for

    Show / Hide Table of Contents

    Class DateHandlerFactory

    Inheritance
    Object
    NpgsqlTypeHandlerFactory
    NpgsqlTypeHandlerFactory<LocalDate>
    DateHandlerFactory
    Inherited Members
    NpgsqlTypeHandlerFactory<LocalDate>.CreateNonGeneric(PostgresType, NpgsqlConnection)
    NpgsqlTypeHandlerFactory<LocalDate>.DefaultValueType
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Npgsql.NodaTime
    Assembly: Npgsql.NodaTime.dll
    Syntax
    public class DateHandlerFactory : NpgsqlTypeHandlerFactory<LocalDate>

    Methods

    | Improve this Doc

    Create(PostgresType, NpgsqlConnection)

    Declaration
    public override NpgsqlTypeHandler<LocalDate> Create(PostgresType postgresType, NpgsqlConnection conn)
    Parameters
    Type Name Description
    PostgresType postgresType
    NpgsqlConnection conn
    Returns
    Type Description
    NpgsqlTypeHandler<LocalDate>
    Overrides
    Npgsql.TypeHandling.NpgsqlTypeHandlerFactory<LocalDate>.Create(Npgsql.PostgresTypes.PostgresType, Npgsql.NpgsqlConnection)
    • Improve this Doc
    In This Article
    Back to top © Copyright 2021 The Npgsql Development Team