AdoDataConnectionExecuteReaderAsync Method

Overload List

ExecuteReaderAsync(String, CancellationToken, Object) Executes the SQL statement using Connection, and builds a DbDataReader.
ExecuteReaderAsync(Int32, String, CancellationToken, Object) Executes the SQL statement using Connection, and builds a DbDataReader.
ExecuteReaderAsync(CommandBehavior, Int32, String, CancellationToken, Object) Executes the SQL statement using Connection, and builds a DbDataReader.

See Also