7 references to ERROR
System.Data (7)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (4)
275
case NativeDBType.
ERROR
:
437
case NativeDBType.
ERROR
:
807
Debug.Assert(NativeDBType.
ERROR
== DbType, "Value_ERROR");
812
Debug.Assert(NativeDBType.
ERROR
== DbType, "Value_ERROR");
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (3)
168
static private readonly NativeDBType D_Error = new NativeDBType(0xff, 4, true, false, OleDbType.Error, NativeDBType.
ERROR
, S_ERROR, typeof(System.Int32), NativeDBType.
ERROR
, DbType.Int32 ); // 10 - integer4
376
case
ERROR
: return D_Error;