7 references to IRow
System.Data.OleDb (7)
OleDbDataReader.cs (7)
33
private UnsafeNativeMethods.
IRow
? _irow;
122
_irow = (UnsafeNativeMethods.
IRow
?)result; // maybe null if no results
246
private UnsafeNativeMethods.
IRow
IRow()
248
UnsafeNativeMethods.
IRow
? irow = _irow;
461
if (handle is UnsafeNativeMethods.
IRow
)
802
UnsafeNativeMethods.
IRow
? irow = _irow;
1873
UnsafeNativeMethods.
IRow
irow = IRow();