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