Skip to content

Latest commit

 

History

History
47 lines (42 loc) · 1.11 KB

File metadata and controls

47 lines (42 loc) · 1.11 KB
description BookmarkEnum
title BookmarkEnum | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology ado
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.topic reference
apitype COM
f1_keywords
BookmarkEnum
helpviewer_keywords
BookMarkEnum enumeration [ADO]
ms.assetid 55d273c4-ccee-48ef-ba90-8893d04313c8
author rothja
ms.author jroth

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

:::row::: :::column::: GetRows Method (ADO)
:::column-end::: :::column::: Move Method (ADO)
:::column-end::: :::row-end:::