Active Query Builder 2 .NET Edition reference
SQLUpdated Event (QueryBuilderControl)



Occurs each time the component updates the output SQL query text.
Syntax
'Declaration
 
Public Event SQLUpdated As System.EventHandler
'Usage
 
Dim instance As QueryBuilderControl
Dim handler As System.EventHandler
 
AddHandler instance.SQLUpdated, handler
public event System.EventHandler SQLUpdated
public: __event System.EventHandler* SQLUpdated
Remarks

SQLUpdated event is fired each time the SQL query text is updated, i.e. after successful parsing of the query or after any user's actions with the control that lead to changing of the query text.

Read the QueryBuilder.SQL property or the PlainTextSQLBuilder.SQL property to get the updated SQL query text.
Use the QueryBuilder.QueryStatistics to get the updated information about the query.

See Also

Reference

QueryBuilderControl Class
QueryBuilderControl Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback