| Overload | Description |
|---|---|
| BeginExecuteReader() | Starts an asynchronous invocation of an System.Data.Common.DbCommand.ExecuteReader method. |
| BeginExecuteReader(CommandBehavior) | Starts an asynchronous invocation of an System.Data.Common.DbCommand.ExecuteReader method. |
| BeginExecuteReader(AsyncCallback,Object) | Starts an asynchronous invocation of an System.Data.Common.DbCommand.ExecuteReader method with information for callback function. |
| BeginExecuteReader(AsyncCallback,Object,CommandBehavior) | Starts an asynchronous invocation of an System.Data.Common.DbCommand.ExecuteReader method with information for callback function. |