16 references to Decimal
System.Data (9)
fx\src\data\System\Data\Odbc\Odbc32.cs (3)
783
static private readonly TypeMap _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);
790
static private readonly TypeMap _Numeric = new TypeMap(OdbcType.Numeric, DbType.
Decimal
, typeof(Decimal), ODBC32.SQL_TYPE.NUMERIC, ODBC32.SQL_C.NUMERIC, ODBC32.SQL_C.NUMERIC, 19, ADP.DecimalMaxPrecision28, false);
874
case DbType.
Decimal
: return _Decimal;
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (3)
167
static private readonly NativeDBType D_Decimal = new NativeDBType( 28, 16, true, false, OleDbType.Decimal, NativeDBType.DECIMAL, S_DECIMAL, typeof(System.Decimal), NativeDBType.DECIMAL, DbType.
Decimal
); // 9 - (tagDec) // MDAC 68447
179
static private readonly NativeDBType D_Numeric = new NativeDBType( 28, 19, true, false, OleDbType.Numeric, NativeDBType.NUMERIC, S_NUMERIC, typeof(System.Decimal), NativeDBType.NUMERIC, DbType.
Decimal
); // 21 - (tagDB_Numeric)
342
case DbType.
Decimal
: return D_Decimal;
fx\src\data\System\Data\Sql\SqlMetaData.cs (1)
1515
DbType.
Decimal
, // SqlDbType.Decimal
fx\src\data\System\Data\SqlClient\SqlEnums.cs (2)
231
case DbType.
Decimal
: return MetaDecimal;
785
(38, 4, 17, true, false, false, TdsEnums.SQLNUMERICN, TdsEnums.SQLNUMERICN, MetaTypeName.DECIMAL, typeof(System.Decimal), typeof(SqlDecimal), SqlDbType.Decimal, DbType.
Decimal
, 2);
System.Data.Entity (4)
System\Data\Common\DbCommandDefinition.cs (2)
106
case DbType.
Decimal
:
143
dbType = DbType.
Decimal
;
System\Data\Common\Internal\DbTypeMap.cs (1)
109
case DbType.
Decimal
:
System\Data\Metadata\TypeHelpers.cs (1)
758
return DbType.
Decimal
;
System.Web (2)
UI\WebControls\Parameter.cs (2)
452
case DbType.
Decimal
:
499
return DbType.
Decimal
;
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
398
case DbType.
Decimal
: