Active Query Builder 2 .NET Edition reference
AfterSqlExec Event



Fired after successfull execution of the SQL query.
Syntax
'Declaration
 
Public Event AfterSqlExec As SqlNotificationDelegate
'Usage
 
Dim instance As BaseMetadataProvider
Dim handler As SqlNotificationDelegate
 
AddHandler instance.AfterSqlExec, handler
public event SqlNotificationDelegate AfterSqlExec
public: __event SqlNotificationDelegate* AfterSqlExec
See Also

Reference

BaseMetadataProvider Class
BaseMetadataProvider Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback