Freigeben über


AdoDotNetSchemaReader.NextResult-Methode

Testet, ob ein anderes Resultset und, wenn true gibt, AdoDotNetSchemaReader wechselt.

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

Rückgabewert

Typ: Boolean
true , wenn ein anderes Ergebnis vorhanden; andernfalls false.

Implementiert

IVsDataReader.NextResult()

.NET Framework-Sicherheit

Siehe auch

Referenz

AdoDotNetSchemaReader Klasse

Microsoft.VisualStudio.Data.Framework.AdoDotNet-Namespace

Read