7 references to ERROR
System.Data (7)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (4)
275case NativeDBType.ERROR: 437case NativeDBType.ERROR: 807Debug.Assert(NativeDBType.ERROR == DbType, "Value_ERROR"); 812Debug.Assert(NativeDBType.ERROR == DbType, "Value_ERROR");
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (3)
168static 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 376case ERROR: return D_Error;