Show / Hide Table of Contents

Method PerformExecuteReaderAsync

| Improve this Doc View Source

PerformExecuteReaderAsync(Model, TCommand, CancellationToken)

Performs the operation to execute the command and returns a database reader.

Declaration
protected Task<TReader> PerformExecuteReaderAsync(Model model, TCommand command, CancellationToken ct)
Parameters
Type Name Description
Model model

The model.

TCommand command

The command.

System.Threading.CancellationToken ct

The async cancellation token.

Returns
Type Description
System.Threading.Tasks.Task<TReader>

The result reader.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest