Share via


AdoDotNetDataReader.Read Method

Advances the reader to the next block of data in cases where the reader contains more than one block.

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

Syntax

'Declaration
Public Overrides Function Read As Boolean
'Usage
Dim instance As AdoDotNetDataReader 
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
Returns true if there are more blocks of data to read.

Remarks

Any exceptions that occur indicate that A provider-specific error occurred in moving to the next result.

.NET Framework Security

See Also

Reference

AdoDotNetDataReader Class

AdoDotNetDataReader Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace