Active Query Builder 2 .NET Edition reference
AllowSleepMode Property



Allows to suppress parsing errors on unsupported SQL statements (CREATE TABLE, INSERT, UPDATE, DELETE, etc.).
Syntax
'Declaration
 
Public Property AllowSleepMode As System.Boolean
'Usage
 
Dim instance As BehaviorOptions
Dim value As System.Boolean
 
instance.AllowSleepMode = value
 
value = instance.AllowSleepMode
public System.bool AllowSleepMode {get; set;}
public: __property System.bool get_AllowSleepMode();
public: __property void set_AllowSleepMode( 
   System.bool value
);

Property Value

true allows to turns the component into "Sleep Mode" on parsing of unsupported SQL statements, false denies to do that.
Remarks
Setting this property to true is useful when you want to allow the end-user to write unsupported statements in the text editor.
See Also

Reference

BehaviorOptions Class
BehaviorOptions Members
SleepModeChanged Event
QueryAwake Event
SleepMode Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback