10 references to DB_NULL_HCHAPTER
System.Data.OleDb (10)
OleDbCommand.cs (1)
674
dataReader.InitializeIRowset(executeResult, ChapterHandle.
DB_NULL_HCHAPTER
, _recordsAffected);
OleDbConnectionInternal.cs (1)
646
dataReader.InitializeIRowset(rowset, ChapterHandle.
DB_NULL_HCHAPTER
, IntPtr.Zero);
OleDbDataReader.cs (5)
35
private ChapterHandle _chapterHandle = ChapterHandle.
DB_NULL_HCHAPTER
;
105
if ((null == _connection) || (ChapterHandle.
DB_NULL_HCHAPTER
!= chapterHandle))
787
_chapterHandle = ChapterHandle.
DB_NULL_HCHAPTER
;
789
if (ChapterHandle.
DB_NULL_HCHAPTER
!= chapter)
2239
dataReader.InitializeIRowset(rowset, ChapterHandle.
DB_NULL_HCHAPTER
, IntPtr.Zero);
OleDbEnumerator.cs (1)
76
dataReader.InitializeIRowset(value, ChapterHandle.
DB_NULL_HCHAPTER
, ADP.RecordsUnaffected);
SafeHandles.cs (2)
119
return ChapterHandle.
DB_NULL_HCHAPTER
;
129
return ChapterHandle.
DB_NULL_HCHAPTER
;