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)
351
public override unsafe bool
NextResult
() {
22 references to NextResult
System.Activities.DurableInstancing (4)
System\Activities\DurableInstancing\DetectActivatableWorkflowsAsyncResult.cs (1)
65
reader.
NextResult
();
System\Activities\DurableInstancing\QueryActivatableWorkflowAsyncResult.cs (1)
40
reader.
NextResult
();
System\Activities\DurableInstancing\StoreUtilities.cs (2)
28
while (returnException == null && reader.
NextResult
());
133
while (reader.
NextResult
());
System.Data (7)
fx\src\data\Microsoft\SqlServer\Server\sqlpipe.cs (1)
155
while ( reader.
NextResult
( ) );
fx\src\data\System\Data\SqlClient\SqlCommand.cs (5)
3941
if (!enclaveMetadataExists && !ds.
NextResult
()) {
3973
if (!enclaveMetadataExists || ds.
NextResult
())
4046
if (!ds.
NextResult
()) {
4078
} while (ds.
NextResult
());
4629
ds.
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)
533
if (reader.
NextResult
())
System.Workflow.Runtime (10)
Tracking\SqlTrackingWorkflowInstance.cs (10)
235
if (!reader.
NextResult
())
256
if (!reader.
NextResult
())
296
if (!reader.
NextResult
())
383
if (!reader.
NextResult
())
404
if (!reader.
NextResult
())
443
if (!reader.
NextResult
())
518
if (!reader.
NextResult
())
610
if (!reader.
NextResult
())
614
if (!reader.
NextResult
())
725
if (reader.
NextResult
())