SQL Server类型 C#类型
bit
bool
tinyint
byte
smallint
short
int
int
bigint
long
real
float
float
double
money
decimal
datetime
DateTime
char
string
varchar
string
nchar
string ...……
转自:http://blog.chinaunix.net/uid-215617-id-2213082.html
Some of the C# code I've been writing recently communicates via TCP/IP with legacy C++ applications. These applications use a raw packet form ...……