2 writes to _chapterHandle
System.Data (2)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (2)
118
_chapterHandle
= chapterHandle;
734
_chapterHandle
= ChapterHandle.DB_NULL_HCHAPTER;
3 references to _chapterHandle
System.Data (3)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (3)
733
ChapterHandle chapter =
_chapterHandle
;
1547
Bid.Trace("<oledb.IRowset.GetNextRows|API|OLEDB> %d#, Chapter=%Id, RowsRequested=%Id\n", ObjectID,
_chapterHandle
.HChapter, _rowHandleFetchCount);
1548
hr = irowset.GetNextRows(
_chapterHandle
.HChapter, /*skipCount*/IntPtr.Zero, _rowHandleFetchCount, out _rowFetchedCount, ref rowHandlesPtr);