Read Method
See Also 
SourceCode.SmartObjects.Client Namespace > SmartObjectReader Class : Read Method



Glossary Item Box

Advances the reader to the next record in a result set.

Syntax

Visual Basic (Declaration) 
Public Overrides Function Read() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SmartObjectReader
Dim value As Boolean
 
value = instance.Read()
C# 
public override bool Read()
C++/CLI 
public:
bool Read(); override 

Return Value

true if there are more rows; otherwise false.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also