3 references to Decimal
System.Data.Odbc (3)
System\Data\Odbc\Odbc32.cs (2)
773
private static readonly TypeMap s_decimal = new TypeMap(OdbcType.
Decimal
, DbType.Decimal, typeof(decimal), ODBC32.SQL_TYPE.DECIMAL, ODBC32.SQL_C.NUMERIC, ODBC32.SQL_C.NUMERIC, 19, ADP.DecimalMaxPrecision28, false);
834
OdbcType.
Decimal
=> s_decimal,
System\Data\Odbc\OdbcCommandBuilder.cs (1)
236
case OdbcType.
Decimal
: