Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.06 KB

File metadata and controls

34 lines (30 loc) · 1.06 KB
title GetRowsOptionEnum | 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
GetRowsOptionEnum
helpviewer_keywords
GetRowsOptionEnum enumeration [ADO]
ms.assetid adc109b9-79f4-4946-a5eb-658e22e9a8a5
author MightyPen
ms.author genemi

GetRowsOptionEnum

Specifies how many records to retrieve from a Recordset.

Constant Value Description
adGetRowsRest -1 Retrieves the rest of the records in the Recordset, from either the current position or a bookmark specified by the Start parameter of the GetRows method.

ADO/WFC Equivalent

Package: com.ms.wfc.data

Constant
AdoEnums.GetRowsOption.REST

Applies To

GetRows Method (ADO)