--- title: "BookmarkEnum | Microsoft Docs" ms.prod: sql ms.prod_service: connectivity ms.technology: connectivity ms.custom: "" ms.date: "01/19/2017" ms.reviewer: "" ms.topic: conceptual apitype: "COM" f1_keywords: - "BookmarkEnum" helpviewer_keywords: - "BookMarkEnum enumeration [ADO]" ms.assetid: 55d273c4-ccee-48ef-ba90-8893d04313c8 author: MightyPen ms.author: genemi --- # 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| ## Applies To ||| |-|-| |[GetRows Method (ADO)](../../../ado/reference/ado-api/getrows-method-ado.md)|[Move Method (ADO)](../../../ado/reference/ado-api/move-method-ado.md)|