Chili.Opf3 Send comments on this topic.
IsEmpty Property
See Also 
Chili.Opf3.Query Namespace > Generic ObjectQueryBuilder Class : IsEmpty Property




Returns whether the current instance of the class is empty.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsEmpty As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ObjectQueryBuilder(Of T)
Dim value As Boolean
 
value = instance.IsEmpty
C# 
public bool IsEmpty {get;}
Managed Extensions for C++ 
public: __property bool get_IsEmpty();
C++/CLI 
public:
property bool IsEmpty {
   bool get();
}

Requirements

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

See Also