6 references to IRow
System.Data (6)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (6)
43private UnsafeNativeMethods.IRow _irow; 126_irow = (UnsafeNativeMethods.IRow) result; // maybe null if no results 233private UnsafeNativeMethods.IRow IRow() { 234UnsafeNativeMethods.IRow irow = _irow; 746UnsafeNativeMethods.IRow irow = _irow; 1710UnsafeNativeMethods.IRow irow = IRow();