Table of Contents

Interface IDataReaderAsync

Namespace
LinqToDB.Linq
Assembly
linq2db.dll
public interface IDataReaderAsync : IDisposable, IAsyncDisposable
Inherited Members
Extension Methods

Properties

DataReader

DbDataReader DataReader { get; }

Property Value

DbDataReader

Methods

ReadAsync(CancellationToken)

Task<bool> ReadAsync(CancellationToken cancellationToken)

Parameters

cancellationToken CancellationToken

Returns

Task<bool>