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 result set and, if true, advances the AdoDotNetDataTableReader.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overrides Function NextResult As Boolean
'Usage
Dim instance As AdoDotNetTableReader
Dim returnValue As Boolean
returnValue = instance.NextResult()
public override bool NextResult()
public:
virtual bool NextResult() override
public override function NextResult() : boolean
Return Value
Type: System.Boolean
true if another result exists; otherwise, false.
Implements
Remarks
For this derived class, this method always returns false because a data table represents a single result set.
.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.