Share via


IVsDataReader.Read Method

When implemented by a class, advances the reader to the next block of data, in cases where the reader contains more than one block of data.

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

Syntax

'Declaration
Function Read As Boolean
'Usage
Dim instance As IVsDataReader 
Dim returnValue As Boolean 

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

Return Value

Type: System.Boolean
true if there are more blocks of data to read.

.NET Framework Security

See Also

Reference

IVsDataReader Interface

IVsDataReader Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace