8 references to ERROR
System.Data.OleDb (8)
ColumnBinding.cs (4)
310case NativeDBType.ERROR: 478case NativeDBType.ERROR: 900Debug.Assert(NativeDBType.ERROR == DbType, "Value_ERROR"); 906Debug.Assert(NativeDBType.ERROR == DbType, "Value_ERROR");
OleDb_Enum.cs (3)
140private static readonly NativeDBType D_Error = new NativeDBType(0xff, 4, true, false, OleDbType.Error, NativeDBType.ERROR, S_ERROR, typeof(int), NativeDBType.ERROR, DbType.Int32); // 10 - integer4 366case ERROR:
RowBinding.cs (1)
437case NativeDBType.ERROR: