3 references to Decimal
System.Data.OleDb (3)
OleDb_Enum.cs (2)
139
private static readonly NativeDBType D_Decimal = new NativeDBType(28, 16, true, false, OleDbType.
Decimal
, NativeDBType.DECIMAL, S_DECIMAL, typeof(decimal), NativeDBType.DECIMAL, DbType.Decimal); // 9 - (tagDec)
239
OleDbType.
Decimal
=> D_Decimal, // 14
OleDbCommandBuilder.cs (1)
259
case OleDbType.
Decimal
: