Table of Contents

Interface IDataReaderAsync

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

Properties

DataReader

DbDataReader DataReader { get; }

Property Value

DbDataReader

Methods

Read()

bool Read()

Returns

bool

ReadAsync(CancellationToken)

Task<bool> ReadAsync(CancellationToken cancellationToken)

Parameters

cancellationToken CancellationToken

Returns

Task<bool>