DbProviderMethods.ReadAsync method

Reads the next record asynchronously.

public virtual ValueTask<bool> ReadAsync(IDataReader reader, CancellationToken cancellationToken)

See Also