11 references to NUMERIC
System.Data.OleDb (11)
ColumnBinding.cs (5)
355case NativeDBType.NUMERIC: 558case NativeDBType.NUMERIC: 1090Debug.Assert(NativeDBType.NUMERIC == DbType, "Value_NUMERIC"); 1096Debug.Assert(NativeDBType.NUMERIC == DbType, "Value_NUMERIC"); 1410case NativeDBType.NUMERIC:
OleDb_Enum.cs (3)
151private static readonly NativeDBType D_Numeric = new NativeDBType(28, 19, true, false, OleDbType.Numeric, NativeDBType.NUMERIC, S_NUMERIC, typeof(decimal), NativeDBType.NUMERIC, DbType.Decimal); // 21 - (tagDB_Numeric) 398case NUMERIC:
OleDbParameter.cs (2)
534|| ((NativeDBType.DECIMAL == metaType.dbType) || (NativeDBType.NUMERIC == metaType.dbType) 554else if (!ShouldSerializePrecision() && !ShouldSerializeScale() && ((NativeDBType.DECIMAL == _metaType.wType) || (NativeDBType.NUMERIC == _metaType.wType)))
RowBinding.cs (1)
450case NativeDBType.NUMERIC: