Firebird ADO.NET Provider SDK Documentation - v1.7

CommandExecutingEventHandler Delegate

The event handler type trigged before a SQL statement execution.

[Visual Basic]
Public Delegate Sub CommandExecutingEventHandler( _
   ByVal sender As Object, _
   ByVal e As CommandExecutingEventArgs _
)
[C#]
public delegate void CommandExecutingEventHandler(
   object sender,
   CommandExecutingEventArgs e
);

Requirements

Namespace: FirebirdSql.Data.Firebird.Isql

Assembly: FirebirdSql.Data.Firebird (in FirebirdSql.Data.Firebird.dll)

See Also

FirebirdSql.Data.Firebird.Isql Namespace