Show / Hide Table of Contents

Method ExecuteReaderAsync

| Improve this Doc View Source

ExecuteReaderAsync(Model, TCommand, CancellationToken)

Executes the command in transaction and returns a database reader.

Declaration
protected abstract Task<TReader> ExecuteReaderAsync(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