| title | getRow Method (SQLServerResultSet) | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 01/19/2017 | |
| ms.prod | sql | |
| ms.prod_service | connectivity | |
| ms.reviewer | ||
| ms.technology | connectivity | |
| ms.topic | conceptual | |
| apiname |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | a266e3bc-05c2-44e2-9346-125ae6780216 | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Retrieves the current row number.
public int getRow()
An int that indicates the current row number, 0 if there is no row.
This getRow method is specified by the getRow method in the java.sql.ResultSet interface.