1 override of NextResultAsync
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (1)
3932public override Task<bool> NextResultAsync(CancellationToken cancellationToken) {
1 reference to NextResultAsync
System.Data (1)
fx\src\data\System\Data\Common\DbDataReader.cs (1)
261return NextResultAsync(CancellationToken.None);