SqlDbType enumeration mapping - C#

3.9k Views Asked by At

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

2

There are 2 best solutions below

1
On BEST ANSWER
0
On

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