Skip to content

Latest commit

 

History

History
41 lines (37 loc) · 1.24 KB

seekenum.md

File metadata and controls

41 lines (37 loc) · 1.24 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords apitype
SeekEnum
SeekEnum
rothja
jroth
01/19/2017
sql
ado
reference
SeekEnum
SeekEnum enumeration [ADO]
COM

SeekEnum

Specifies the type of Seek to execute.

Constant Value Description
adSeekFirstEQ 1 Seeks the first key equal to KeyValues.
adSeekLastEQ 2 Seeks the last key equal to KeyValues.
adSeekAfterEQ 4 Seeks either a key equal to KeyValues or just after where that match would have occurred.
adSeekAfter 8 Seeks a key just after where a match with KeyValues would have occurred.
adSeekBeforeEQ 16 Seeks either a key equal to KeyValuesor just before where that match would have occurred.
adSeekBefore 32 Seeks a key just before where a match with KeyValues would have occurred.

ADO/WFC Equivalent

Package: com.ms.wfc.data

Constant
AdoEnums.Seek.FIRSTEQ
AdoEnums.Seek.LASTEQ
AdoEnums.Seek.AFTEREQ
AdoEnums.Seek.AFTER
AdoEnums.Seek.BEFOREEQ
AdoEnums.Seek.BEFORE

Applies To

Seek Method