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