MDAC 2.5 SDK - OLE DB Programmer's Reference
OLE DB Interfaces
The IRowsetChapterMember interface detects whether or not a row is a member of a chapter.
IRowsetChapterMember is an optional interface on chaptered rowsets.
Consumers call IRowsetChapterMember::IsRowInChapter whenever they need to determine whether a row handle is a member of a given chapter. For example, if a row handle is returned to the consumer during notification, the consumer can call this method on each of the chapters it already has to determine to which chapters the row belongs.
Method | Description |
IsRowInChapter | Determines whether a row is a member of a chapter. |