5 references to IRowsetInfo
System.Data (5)
fx\src\data\System\Data\OleDb\DBPropSet.cs (1)
66
internal DBPropSet(UnsafeNativeMethods.
IRowsetInfo
properties, PropertyIDSet propidset, out OleDbHResult hr) : this() {
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (4)
219
private UnsafeNativeMethods.
IRowsetInfo
IRowsetInfo() {
221
return (UnsafeNativeMethods.
IRowsetInfo
) IRowset();
868
UnsafeNativeMethods.
IRowsetInfo
rowsetInfo = IRowsetInfo();
1654
UnsafeNativeMethods.
IRowsetInfo
irowsetinfo = IRowsetInfo();