3 references to VarNumeric
System.Data (3)
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (2)
191
static private readonly NativeDBType D_VarNumeric = new NativeDBType( 255, 16, true, false, OleDbType.
VarNumeric
, NativeDBType.VARNUMERIC, S_VARNUMERIC, typeof(System.Decimal), NativeDBType.DECIMAL, DbType.VarNumeric); // 32 - (unicode pointer)
280
case OleDbType.
VarNumeric
: return D_VarNumeric; // 139
fx\src\data\System\Data\OleDb\OleDbCommandBuilder.cs (1)
232
case OleDbType.
VarNumeric
: