AdoDotNetDataTableReader.Read Method

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

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.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
Returns true if there is another record (row) to read; otherwise returns false.

.NET Framework Security

See Also

Reference

AdoDotNetDataTableReader Class

Microsoft.VisualStudio.Data.AdoDotNet Namespace

NextResult