SqlDataReader::IsDBNullAsync Method
.NET Framework (current version)
Namespace:
System.Data.SqlClient
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | IsDBNullAsync(Int32) | An asynchronous version of IsDBNull, which gets a value that indicates whether the column contains non-existent or missing values.(Inherited from DbDataReader.) |
![]() | IsDBNullAsync(Int32, CancellationToken) | An asynchronous version of IsDBNull, which gets a value that indicates whether the column contains non-existent or missing values. The cancellation token can be used to request that the operation be abandoned before the command timeout elapses. Exceptions will be reported via the returned Task object.(Overrides DbDataReader::IsDBNullAsync(Int32, CancellationToken).) |
Show:
