Share via


AdoDotNetReader.Read Method

Advances the reader to the next block of data if the reader contains more than one block.

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

Syntax

'Declaration
Public Overrides Function Read As Boolean
public override bool Read()
public:
virtual bool Read() override
abstract Read : unit -> bool  
override Read : unit -> bool
public override function Read() : boolean

Return Value

Type: System.Boolean
true if there are more blocks of data to read; otherwise, false.

Implements

IVsDataReader.Read()

Remarks

Any exceptions that occur indicate that a provider-specific error occurred when the data reader was moving to the next result.

.NET Framework Security

See Also

Reference

AdoDotNetReader Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace