Chili.Opf3 Send comments on this topic.
HasConditions Property
See Also 
Chili.Opf3.Query Namespace > SqlQueryBuilder Class : HasConditions Property




Returns whether the current instance of the class is empty.

Syntax

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

Requirements

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

See Also