Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DbDataReader::ReadAsync Method ()

.NET Framework (current version)
 

An asynchronous version of Read, which advances the reader to the next record in a result set. This method invokes ReadAsync with CancellationToken.None.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

public:
Task<bool>^ ReadAsync()

Return Value

Type: System.Threading.Tasks::Task<Boolean>^

A task representing the asynchronous operation.

Exception Condition
DbException

An error occurred while executing the command text.

For more information about asynchronous programming, see Asynchronous Programming.

Universal Windows Platform
Available since 10
.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft