AdoDotNetSchemaReader.NextResult Method

Tests whether there is another result set and, if true, advances the AdoDotNetSchemaReader.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

Public Overrides Function NextResult As Boolean

Dim instance As AdoDotNetSchemaReader
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

IVsDataReader.NextResult()

Permissions

See Also

Reference

AdoDotNetSchemaReader Class

AdoDotNetSchemaReader Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace

Read