DbProviderMethods.NextResultAsync method

Reads the next result asynchronously.

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

See Also