Поделиться через


IRowsetImpl::RestartPosition

Repositions the next fetch position to its initial position; that is, its position when the rowset was first created.

STDMETHOD( RestartPosition )(
   HCHAPTER /* hReserved */ 
);

Параметры

See IRowset::RestartPosition in the OLE DB Programmer's Reference.

Заметки

The rowset position is undefined until GetNextRow is called. You can move backwards in a rowet by calling RestartPosition and then fetching or scrolling backwards.

Требования

Header: atldb.h

См. также

Основные понятия

IRowsetImpl Class

IRowsetImpl Members