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

声明
Function Read As Boolean
bool Read()
bool Read()
abstract Read : unit -> bool 
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

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace