Show / Hide Table of Contents

Method ExecuteReaderAsync

| Improve this Doc View Source

ExecuteReaderAsync(IDbSet, CancellationToken)

Executes reader on database recordset.

Declaration
public Task<TReader> ExecuteReaderAsync(IDbSet dbSet, CancellationToken ct = default(CancellationToken))
Parameters
Type Name Description
IDbSet dbSet

The database recordset.

System.Threading.CancellationToken ct

The async cancellation token.

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

The ADO.Net database reader.

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