Active Query Builder 2 .NET Edition reference
SleepMode Property



Indicates that the component is in the "Sleep" Mode.
Syntax
'Declaration
 
Public ReadOnly Property SleepMode As System.Boolean
'Usage
 
Dim instance As QueryBuilder
Dim value As System.Boolean
 
value = instance.SleepMode
public System.bool SleepMode {get;}
public: __property System.bool get_SleepMode();
Remarks
In the Sleep mode the component suppresses parsing errors on unsupported SQL statements to allow writing them by hand in the text editor.
See Also

Reference

QueryBuilder Class
QueryBuilder Members
AllowSleepMode Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback