Có thể bạn có thể tìm thấy điều gì đó khi xem qua tài liệu củaNpgsql, là một triển khai của Nhà cung cấp dữ liệu .NET cho PostgreSQL.
Trang tài liệu này thực sự chứa một bảng đầy đủ những gì bạn đang tìm kiếm. Tìm kiếm "4. Trạng thái Npgsql Hiện tại" - "Các kiểu dữ liệu được hỗ trợ". Có một bảng đẹp với tất cả các kiểu dữ liệu PostgreSQL và các đối tượng của chúng trong .NET.
Postgresql NpgsqlDbType System.DbType Enum .Net System Type ---------- ------------ ------------------ ---------------- int8 Bigint Int64 Int64 bool Boolean Boolean Boolean bytea Bytea Binary Byte[] date Date Date DateTime float8 Double Double Double int4 Integer Int32 Int32 money Money Decimal Decimal numeric Numeric Decimal Decimal float4 Real Single Single int2 Smallint Int16 Int16 text Text String String time Time Time DateTime timetz Time Time DateTime timestamp Timestamp DateTime DateTime timestamptz TimestampTZ DateTime DateTime interval Interval Object TimeSpan varchar Varchar String String inet Inet Object IPAddress bit Bit Boolean Boolean uuid Uuid Guid Guid array Array Object Array