Class TimeTzHandlerFactory
Inherited Members
Namespace: Npgsql.NodaTime
Assembly: Npgsql.NodaTime.dll
Syntax
public class TimeTzHandlerFactory : NpgsqlTypeHandlerFactory<OffsetTime>
Methods
Create(PostgresType, NpgsqlConnection)
Declaration
public override NpgsqlTypeHandler<OffsetTime> Create(PostgresType postgresType, NpgsqlConnection conn)
Parameters
Type | Name | Description |
---|---|---|
PostgresType | postgresType | |
NpgsqlConnection | conn |
Returns
Type | Description |
---|---|
NpgsqlTypeHandler<OffsetTime> |
Overrides
Npgsql.TypeHandling.NpgsqlTypeHandlerFactory<OffsetTime>.Create(Npgsql.PostgresTypes.PostgresType, Npgsql.NpgsqlConnection)