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()
|
| 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