Skip to content

Latest commit

 

History

History
43 lines (38 loc) · 1010 Bytes

File metadata and controls

43 lines (38 loc) · 1010 Bytes
title BookmarkEnum
description BookmarkEnum
author rothja
ms.author jroth
ms.date 01/19/2017
ms.service sql
ms.subservice ado
ms.topic reference
f1_keywords
BookmarkEnum
helpviewer_keywords
BookMarkEnum enumeration [ADO]
apitype COM

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:::