SqlDbType enumeration mapping - C#

血红的双手。 提交于 2019-12-12 14:06:25

问题


What value in the SqlDbType enumeration should I use for the numeric T-SQL data type?


回答1:


Decimal.

See this page: http://msdn.microsoft.com/en-us/library/system.data.sqltypes.aspx




回答2:


I'm pretty sure that SqlDbType.Decimal is the closest.

  • SQL Server Data Type Mappings


来源:https://stackoverflow.com/questions/1604110/sqldbtype-enumeration-mapping-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!