成人午夜激情影院,小视频免费在线观看,国产精品夜夜嗨,欧美日韩精品一区二区在线播放

SQL Server與C#中數(shù)據(jù)類型的對應(yīng)關(guān)系

2010-08-28 10:52:28來源:西部e網(wǎng)作者:

  /// <summary>
  /// 數(shù)據(jù)庫中與C#中的數(shù)據(jù)類型對照
  /// </summary>
  /// <param name="type"></param>
  /// <returns></returns>
  private string ChangeToCSharpType(string type)
  {
   string reval=string.Empty;
   switch(type.ToLower())
   {
    case "int":
     reval= "Int32";
     break;
    case "text":
     reval= "String";
     break;
    case "bigint":
     reval= "Int64";
     break;
    case "binary":
     reval= "System.Byte[]";
     break;
    case "bit":
     reval= "Boolean";
     break;
    case "char":
     reval= "String";
     break;
    case "datetime":
     reval= "System.DateTime";
     break;
    case "decimal":
     reval= "System.Decimal";
     break;
    case "float":
     reval= "System.Double";
     break;
    case "image":
     reval= "System.Byte[]";
     break;
    case "money":
     reval= "System.Decimal";
     break;
    case "nchar":
     reval= "String";
     break;
    case "ntext":
     reval= "String";
     break;
    case "numeric":
     reval= "System.Decimal";
     break;
    case "nvarchar":
     reval= "String";
     break;
    case "real":
     reval= "System.Single";
     break;
    case "smalldatetime":
     reval= "System.DateTime";
     break;
    case "smallint":
     reval= "Int16";
     break;
    case "smallmoney":
     reval= "System.Decimal";
     break;
    case "timestamp":
     reval= "System.DateTime";
     break;
    case "tinyint":
     reval= "System.Byte";
     break;
    case "uniqueidentifier":
     reval= "System.Guid";
     break;
    case "varbinary":
     reval= "System.Byte[]";
     break;
    case "varchar":
     reval= "String";
     break;
    case "Variant":
     reval="Object";
     break;
    default:
     reval= "String";
     break;
   }
   return reval;
  }
關(guān)鍵詞:SQLServer
主站蜘蛛池模板: 金塔县| 随州市| 晋江市| 杂多县| 湖南省| 康定县| 新田县| 甘孜县| 中山市| 德昌县| 通海县| 体育| 武鸣县| 黑水县| 巴青县| 吉首市| 瑞金市| 方山县| 南江县| 阆中市| 新乐市| 长垣县| 资溪县| 丰宁| 景东| 兰州市| 剑河县| 明溪县| 屯昌县| 阳谷县| 建昌县| 新宾| 邓州市| 彩票| 牡丹江市| 温州市| 泾川县| 石柱| 安平县| 右玉县| 辽宁省|