SqlDataReader::GetFieldValueAsync Method
.NET Framework (current version)
Namespace:
System.Data.SqlClient
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | GetFieldValueAsync<T>(Int32) | Asynchronously gets the value of the specified column as a type.(Inherited from DbDataReader.) |
![]() | GetFieldValueAsync<T>(Int32, CancellationToken) | Asynchronously gets the value of the specified column as a type. GetFieldValue<T> is the synchronous version of this method.(Overrides DbDataReader::GetFieldValueAsync<T>(Int32, CancellationToken).) |
Show:
