SqlDataReader.GetFieldValueAsync Method
.NET Framework 4.5
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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).) |