This topic has not yet been rated - Rate this topic

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.

  NameDescription
Public method GetFieldValueAsync<T>(Int32) Asynchronously gets the value of the specified column as a type. (Inherited from DbDataReader.)
Public method 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).)
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.