SqlDbType enumeration mapping - C#

c#, sqldbtype, stored-procedures, t-sql

Solution

Decimal.

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

Problem

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

Original source