5 references to D_Decimal
System.Data (5)
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (5)
201static internal readonly Byte MaximumDecimalPrecision = D_Decimal.maxpre; 263case OleDbType.Decimal: return D_Decimal; // 14 311case TypeCode.Decimal: return NativeDBType.D_Decimal; 342case DbType.Decimal: return D_Decimal; 380case DECIMAL: return D_Decimal;