Share via


AdoDotNetTableReader.NextResult Method

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
public override bool NextResult()
public:
virtual bool NextResult() override
abstract NextResult : unit -> bool  
override NextResult : unit -> bool
public override function NextResult() : boolean

Return Value

Type: System.Boolean
true if another result exists; otherwise, false.

Implements

IVsDataReader.NextResult()

Remarks

For this derived class, this method always returns false because a data table represents a single result set.

.NET Framework Security

See Also

Reference

AdoDotNetTableReader Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace