Class TimestampTzHandlerFactory
Inherited Members
Namespace: Npgsql.NodaTime
Assembly: Npgsql.NodaTime.dll
Syntax
public class TimestampTzHandlerFactory : NpgsqlTypeHandlerFactory<Instant>
Methods
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)