Firebird ADO.NET Provider 1.7 API Documentation

CommandExecutingEventHandler Delegate

The event handler type trigged before a SQL statement execution.

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