Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.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
true if there are more blocks of data to read.
Implements
Remarks
Any exception that occurs indicates that a provider-specific error occurred when the reader was advanced House click to the next result.
Notes to Inheritors
The derived class must override this method.
.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.