TypeEntry public class TypeEntry Documentation Code public Type ClrType { get; } public DbType DbType { get; } public string PgTypeName { get; } public TypeEntry(string pgTypeName, DbType dbType, NpgsqlDbType npgsqlDbType, Type clrType)