| Overload | Description |
|---|---|
| ExecuteReaderAsync() | Executes the CommandText against the Connection, and returns a VistaDBDataReader, asynchronously. |
| ExecuteReaderAsync(CommandBehavior) | Executes the CommandText against the Connection, and returns a VistaDBDataReader, asynchronously. |
| ExecuteReaderAsync(CancellationToken) | Executes the CommandText against the Connection, and returns a VistaDBDataReader, asynchronously. |
| ExecuteReaderAsync(CommandBehavior,CancellationToken) | Executes the CommandText against the Connection, and returns a VistaDBDataReader using one of the CommandBehavior values, asynchronously. |