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.
Tests whether there is another data record and, if true, advances the AdoDotNetDataTableReader to the next record.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overrides Function Read As Boolean
'Usage
Dim instance As AdoDotNetTableReader
Dim returnValue As Boolean
returnValue = instance.Read()
public override bool Read()
public:
virtual bool Read() override
public override function Read() : boolean
Return Value
Type: System.Boolean
true if there is another record (row) to read; otherwise, false.
Implements
.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.