教学文库网 - 权威文档分享云平台
您的当前位置:首页 > 精品文档 > 综合文档 >

数据库SQL SServer与C#中数据类型的对应关系

来源:网络收集 时间:2026-09-09
导读: 数据库 SQL SServer 与 C#中数据类型的对应关系 数据库 int text bigint binary bit char datetime decimal float image money nchar ntext numeric nvarchar real smalldatetime C#程序 int32 string int64 System.Byte[] Boolean string System.DateTime S

数据库 SQL SServer 与 C#中数据类型的对应关系

数据库 int text bigint binary bit char datetime decimal float image money nchar ntext numeric nvarchar real smalldatetime

C#程序

int32 string int64 System.Byte[] Boolean string System.DateTime System.Decimal System.Double System.Byte[] System.Decimal String String System.Decimal String System.Single System.DateTime

可以写写成一个方法进行转换

/// <summary>

/// 数据库中与C#中的数据类型对照

/// </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":

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":

break;

case "Variant": reval="Object";

break; default:

reval= "String";

break; }

return reval;

}

数据库SQL SServer与C#中数据类型的对应关系.doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.jiaowen.net/wendang/1891286.html(转载请注明文章来源)
Copyright © 2020-2025 教文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:78024566 邮箱:78024566@qq.com
苏ICP备19068818号-2
Top
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)