Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 1.05 KB

File metadata and controls

41 lines (36 loc) · 1.05 KB
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) Move Method (ADO)