다음을 통해 공유


CRowset::MoveFirst

Moves the cursor to the initial position and retrieves the initial row.

HRESULT MoveFirst( ) throw( );

반환 값

A standard HRESULT.

설명

Calls IRowset::RestartPosition to reposition the next-fetch location to the initial position (the position that was the next-fetch location when the rowset was created) and retrieves the initial row.

요구 사항

헤더: atldbcli.h

참고 항목

참조

CRowset 클래스

CRowset::MoveNext

CRowset::MoveToBookmark

CRowset::MovePrev

CRowset::MoveLast

IRowset::RestartPosition