Partager via


IVsDataReader.NextResult Method

When implemented by a class, advances the data reader to the next result set, in cases where the reader contains multiple result sets.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

Function NextResult As Boolean

Dim instance As IVsDataReader
Dim returnValue As Boolean

returnValue = instance.NextResult()
bool NextResult()
bool NextResult()
function NextResult() : boolean

Return Value

Type: System.Boolean

true if more result sets remain to be read and the reader was advanced to the next result set; false if no more result sets were found.

Permissions

See Also

Reference

IVsDataReader Interface

IVsDataReader Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace