ExecuteReaderAsync
ExecuteReaderAsync
returns an OracleDataReader
asynchronously.
Overload List:
-
ExecuteReaderAsync(cancellationToken)
This method returns an
OracleDataReader
asynchronously. -
ExecuteReaderAsync(commandBehavior, cancellationToken)
This method returns an
OracleDataReader
asynchronously withCommandBehavior.CloseConnection
.