development guideline/ADO.NET のバックアップ(No.2) |
|
varbinary | System.Byte[] |
bit | System.Boolean |
text | System.String |
tinyint | System.Byte |
float | System.Double |
bigint | System.Int64 |
varchar | System.String |
nvarchar | System.String |
ntext | System.String |
decimal | System.Decimal |
smallmoney | System.Decimal |
sql_variant | System.Int32 |
image | System.Byte[] |
datetime | System.DateTime |
real | System.Single |
int | System.Int32 |
numeric | System.Decimal |
money | System.Decimal |
nchar | System.String |
smalldatetime | System.DateTime |
smallint | System.Int16 |
binary | System.Byte[] |
char | System.String |