Class NpgsqlTypeHandlerFactory
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.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Npgsql.TypeHandling
Assembly: Npgsql.dll
Syntax
public abstract class NpgsqlTypeHandlerFactory