Table of Contents

Class NpgsqlTypeHandlerFactory

Namespace
Npgsql.TypeHandling
Assembly
Npgsql.dll

Base class for all type handler factories, which construct type handlers that know how to read and write CLR types from/to PostgreSQL types. Do not inherit from this class, inherit from NpgsqlTypeHandlerFactory<TDefault> instead.

public abstract class NpgsqlTypeHandlerFactory
Inheritance
NpgsqlTypeHandlerFactory
Derived
Inherited Members

Constructors

NpgsqlTypeHandlerFactory()

protected NpgsqlTypeHandlerFactory()