| title | wasNull 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 | d37f80ef-d72c-4429-ada3-1d685bdab6d7 | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Verifies if the last value read was a null value.
public boolean wasNull()
true if the last value read was null. Otherwise, false.
This wasNull method is specified by the wasNull method in the java.sql.ResultSet interface.