20078888

技术前线

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

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
    }
}

posted on 2010-05-07 17:27  许雪林  阅读(169)  评论(0)    收藏  举报