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