Base:
method
NextResult
System.Data.Common.DbDataReader.NextResult()
Implemented interface member:
method
NextResult
System.Data.IDataReader.NextResult()
1 override of NextResult
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDataReaderSmi.cs (1)
351public override unsafe bool NextResult() {
22 references to NextResult
System.Activities.DurableInstancing (4)
System\Activities\DurableInstancing\DetectActivatableWorkflowsAsyncResult.cs (1)
65reader.NextResult();
System\Activities\DurableInstancing\QueryActivatableWorkflowAsyncResult.cs (1)
40reader.NextResult();
System\Activities\DurableInstancing\StoreUtilities.cs (2)
28while (returnException == null && reader.NextResult()); 133while (reader.NextResult());
System.Data (7)
fx\src\data\Microsoft\SqlServer\Server\sqlpipe.cs (1)
155while ( reader.NextResult( ) );
fx\src\data\System\Data\SqlClient\SqlCommand.cs (5)
3941if (!enclaveMetadataExists && !ds.NextResult()) { 3973if (!enclaveMetadataExists || ds.NextResult()) 4046if (!ds.NextResult()) { 4078} while (ds.NextResult()); 4629ds.NextResult(); // Position on first set of results
fx\src\data\System\Data\SqlClient\SqlStream.cs (1)
168} while (reader.NextResult());
System.Web (1)
Profile\SqlProfileProvider.cs (1)
533if (reader.NextResult())
System.Workflow.Runtime (10)
Tracking\SqlTrackingWorkflowInstance.cs (10)
235if (!reader.NextResult()) 256if (!reader.NextResult()) 296if (!reader.NextResult()) 383if (!reader.NextResult()) 404if (!reader.NextResult()) 443if (!reader.NextResult()) 518if (!reader.NextResult()) 610if (!reader.NextResult()) 614if (!reader.NextResult()) 725if (reader.NextResult())