BookmarkEnum

Microsoft ActiveX Data Objects (ADO)

BookmarkEnum

   

Specifies a bookmark indicating where the operation should begin.

Constant Value Description
adBookmarkCurrent 0 Starts at the current record.
adBookmarkFirst 1 Starts at the first record.
adBookmarkLast 2 Starts at the last record.

ADO/WFC Equivalent

Package: com.ms.wfc.data

Constant
AdoEnums.Bookmark.CURRENT
AdoEnums.Bookmark.FIRST
AdoEnums.Bookmark.LAST