Interface IDataReaderAsync
Assembly: linq2db.dll
Syntax
public interface IDataReaderAsync : IAsyncDisposable
Properties
|
Improve this Doc
View Source
DataReader
Declaration
DbDataReader DataReader { get; }
Property Value
Type |
Description |
DbDataReader |
|
Methods
|
Improve this Doc
View Source
ReadAsync(CancellationToken)
Declaration
Task<bool> ReadAsync(CancellationToken cancellationToken)
Parameters
Type |
Name |
Description |
CancellationToken |
cancellationToken |
|
Returns
Type |
Description |
Task<System.Boolean> |
|
Extension Methods