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 answers

1
xyz On BEST ANSWER
0
LukeH On

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