1 instantiation of OleDbError
System.Data (1)
fx\src\data\System\Data\OleDb\OleDbErrorCollection.cs (1)
31
OleDbError error = new
OleDbError
(errorRecords, i);
4 references to OleDbError
System.Data (4)
fx\src\data\System\Data\OleDb\OleDbErrorCollection.cs (4)
31
OleDbError
error = new OleDbError(errorRecords, i);
53
public
OleDbError
this[int index] {
55
return (this.items[index] as
OleDbError
);
67
public void CopyTo (
OleDbError
[] array, int index) {