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