10 references to DB_NULL_HCHAPTER
System.Data (10)
fx\src\data\System\Data\OleDb\OleDbCommand.cs (1)
623
dataReader.InitializeIRowset(executeResult, ChapterHandle.
DB_NULL_HCHAPTER
, _recordsAffected);
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (1)
595
dataReader.InitializeIRowset(rowset, ChapterHandle.
DB_NULL_HCHAPTER
, IntPtr.Zero);
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (5)
45
private ChapterHandle _chapterHandle = ChapterHandle.
DB_NULL_HCHAPTER
;
111
if ((null == _connection) || (ChapterHandle.
DB_NULL_HCHAPTER
!= chapterHandle)) { // MDAC 59629
734
_chapterHandle = ChapterHandle.
DB_NULL_HCHAPTER
;
736
if (ChapterHandle.
DB_NULL_HCHAPTER
!= chapter) { // MDAC 81441
2014
dataReader.InitializeIRowset(rowset, ChapterHandle.
DB_NULL_HCHAPTER
, IntPtr.Zero);
fx\src\data\System\Data\OleDb\OleDbEnumerator.cs (1)
72
dataReader.InitializeIRowset(value, ChapterHandle.
DB_NULL_HCHAPTER
, ADP.RecordsUnaffected);
fx\src\data\System\Data\OleDb\SafeHandles.cs (2)
118
return ChapterHandle.
DB_NULL_HCHAPTER
;
126
return ChapterHandle.
DB_NULL_HCHAPTER
;