16 references to IRowset
System.Data (16)
fx\src\data\System\Data\Common\UnsafeNativeMethods.cs (3)
753
[Out, MarshalAs(UnmanagedType.Interface)] out
IRowset
ppColRowset);
934
[Out, MarshalAs(UnmanagedType.Interface)] out
IRowset
ppRowset);
1148
[Out, MarshalAs(UnmanagedType.Interface)] out
IRowset
ppRowset);
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (1)
582
UnsafeNativeMethods.
IRowset
rowset = null;
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (12)
42
private UnsafeNativeMethods.
IRowset
_irowset;
117
_irowset = (UnsafeNativeMethods.
IRowset
) result; // maybe null if no results
224
private UnsafeNativeMethods.
IRowset
IRowset() {
225
UnsafeNativeMethods.
IRowset
irowset = _irowset;
566
UnsafeNativeMethods.
IRowset
rowset = null;
730
UnsafeNativeMethods.
IRowset
irowset = _irowset;
869
UnsafeNativeMethods.
IRowset
result;
1210
_irowset = (UnsafeNativeMethods.
IRowset
) result;
1545
UnsafeNativeMethods.
IRowset
irowset = IRowset();
1582
UnsafeNativeMethods.
IRowset
irowset = IRowset();
1625
UnsafeNativeMethods.
IRowset
irowset = IRowset();
2009
internal void DumpToSchemaTable(UnsafeNativeMethods.
IRowset
rowset) {