4 references to Decimal
System.Data (4)
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (2)
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
263
case OleDbType.
Decimal
: return D_Decimal; // 14
fx\src\data\System\Data\OleDb\OleDbCommandBuilder.cs (1)
230
case OleDbType.
Decimal
:
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
567
case OleDbType.
Decimal
: