Chili.Opf3 Send comments on this topic.
Read() Method
See Also 
Chili.Opf3 Namespace > Generic ObjectReader Class > Read Method : Read() Method




Advances the ObjectReader to the next record.

Syntax

Visual Basic (Declaration) 
Overloads Public Function Read() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ObjectReader(Of T)
Dim value As Boolean
 
value = instance.Read()
C# 
public bool Read()
Managed Extensions for C++ 
public: bool Read(); 
C++/CLI 
public:
bool Read(); 

Return Value

Returns true if the ObjectReader could be advanced to the next object.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also