Share via


AdoDotNetSchemaReader.Read Method

Tests whether there is another data record and, if true, advances the AdoDotNetSchemaReader to the next record.

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

Syntax

Public Overrides Function Read As Boolean

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

IVsDataReader.Read()

Permissions

See Also

Reference

AdoDotNetSchemaReader Class

AdoDotNetSchemaReader Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace

NextResult