Chili.Opf3 Send comments on this topic.
HasObjects Property
See Also 
Chili.Opf3 Namespace > Generic ObjectReader Class : HasObjects Property




Returns whether the ObjectReader contains one or more rows.

Syntax

Visual Basic (Declaration) 
Public Overridable MustOverride ReadOnly Property HasObjects As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ObjectReader(Of T)
Dim value As Boolean
 
value = instance.HasObjects
C# 
public virtual abstract bool HasObjects {get;}
Managed Extensions for C++ 
public: __property virtual abstract bool get_HasObjects();
C++/CLI 
public:
virtual abstract property bool HasObjects {
   bool get();
}

Return Value

Returns true if the ObjectReader has fetched one ore more objects.

Requirements

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

See Also