using System;
namespace Model
{
public enum DataType
{
intType,
bitType,
uniqueidentifierType,
datetimeType,
MoneyType,
ntextType,
nvarcharType,
varcharType,
bigintType,
binaryType,
charType,
decimalType,
floatType,
imageType,
ncharType,
numericType,
realType,
smalldatetimeType,
smallintType,
smallmoneyType,
sql_variantType,
textType,
timestampType,
tinyintType,
varbinaryType,
xmlType
}
}

浙公网安备 33010602011771号