Search Results for

    Show / Hide Table of Contents

    Class TimeHandlerFactory

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

    Methods

    | Improve this Doc

    Create(PostgresType, NpgsqlConnection)

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