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