Active Query Builder 2 .NET Edition reference
BeforeSqlExec Event



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

Reference

BaseMetadataProvider Class
BaseMetadataProvider Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback