Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Advances the reader to the next block of data in cases where the reader contains more than one block.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public MustOverride Function Read As Boolean
public abstract bool Read()
public:
virtual bool Read() abstract
abstract Read : unit -> bool
public abstract function Read() : boolean
Return Value
Type: System.Boolean
Returns true if there are more blocks of data to read.
Remarks
Any exception that occurs indicates that a provider-specific error occurred when moving to the next result.
.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.