반응형
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
반응형
'[====== Development ======] > C#' 카테고리의 다른 글
C# - REST API Server에서 URL 자동 Mapping 기능 (1) | 2023.12.06 |
---|---|
Enum Type Extentions (4) | 2023.12.05 |
C# gRPC 의 stream Cancel 방법 (0) | 2023.09.08 |
WPF 이미지 Zoom을 부드럽게 하는 방법 (0) | 2023.09.07 |
ObservableCollection 의 RemoveAll Extention (0) | 2023.09.04 |