Show / Hide Table of Contents

Method ExecuteDbReaderAsync

| Improve this Doc View Source

ExecuteDbReaderAsync(CancellationToken)

Executes the database reader.

Declaration
public Task<DbReader> ExecuteDbReaderAsync(CancellationToken ct = default(CancellationToken))
Parameters
Type Name Description
System.Threading.CancellationToken ct

The async cancellation token.

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

The database reader.

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