2 references to Error
System.Data (2)
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (2)
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 259case OleDbType.Error: return D_Error; // 10