1 instantiation of OleDbError
System.Data.OleDb (1)
OleDbErrorCollection.cs (1)
25OleDbError error = new OleDbError(errorRecords, i);
5 references to OleDbError
System.Data (1)
src\runtime\src\libraries\shims\System.Data\ref\System.Data.cs (1)
158[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.OleDb.OleDbError))]
System.Data.OleDb (4)
OleDbErrorCollection.cs (4)
25OleDbError error = new OleDbError(errorRecords, i); 51public OleDbError this[int index] 55return (this.items[index] as OleDbError)!; 69public void CopyTo(OleDbError[] array, int index)