[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.DbCommandWrap-3.ExecuteDbDataReaderAsync

ExecuteDbDataReaderAsync Method

ExecuteDbDataReaderAsync(CommandBehavior, CancellationToken)

An asynchronous version of method ExecuteDbDataReader that executes the command text against the connection.

Declaration
protected override Task<DbDataReader> ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
Parameters
Type Name Description
CommandBehavior behavior

An instance of CommandBehavior.

CancellationToken cancellationToken

The token to monitor for cancellation requests.

Returns
Type Description
Task<DbDataReader>
Overrides