Search Results for

    Show / Hide Table of Contents

    Class TimestampHandlerFactory

    Inheritance
    Object
    NpgsqlTypeHandlerFactory
    NpgsqlTypeHandlerFactory<Instant>
    TimestampHandlerFactory
    Inherited Members
    NpgsqlTypeHandlerFactory<Instant>.CreateNonGeneric(PostgresType, NpgsqlConnection)
    NpgsqlTypeHandlerFactory<Instant>.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 TimestampHandlerFactory : NpgsqlTypeHandlerFactory<Instant>

    Methods

    | Improve this Doc

    Create(PostgresType, NpgsqlConnection)

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