2 writes to _chapterHandle
System.Data.OleDb (2)
OleDbDataReader.cs (2)
113
_chapterHandle
= chapterHandle;
787
_chapterHandle
= ChapterHandle.DB_NULL_HCHAPTER;
2 references to _chapterHandle
System.Data.OleDb (2)
OleDbDataReader.cs (2)
786
ChapterHandle chapter =
_chapterHandle
;
1705
hr = irowset.GetNextRows(
_chapterHandle
.HChapter, /*skipCount*/IntPtr.Zero, _rowHandleFetchCount, out _rowFetchedCount, ref rowHandlesPtr);