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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace