Active Query Builder 2 .NET Edition reference
SQLChanging Property



Indicates that the process of updating the query is running now.
Syntax
'Declaration
 
Public Property SQLChanging As System.Boolean
'Usage
 
Dim instance As QueryBuilder
Dim value As System.Boolean
 
instance.SQLChanging = value
 
value = instance.SQLChanging
public System.bool SQLChanging {get; set;}
public: __property System.bool get_SQLChanging();
public: __property void set_SQLChanging( 
   System.bool value
);
See Also

Reference

QueryBuilder Class
QueryBuilder Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback