Firebird ADO.NET Provider SDK Documentation - v1.7

CommandExecutingEventArgs Class

CommandExecutingEventArgs encapsulates the events arguments for the event trigged from the FbBatchExecution during the execution.

For a list of all members of this type, see CommandExecutingEventArgs Members.

System.Object
   System.EventArgs
      FirebirdSql.Data.Firebird.Isql.CommandExecutingEventArgs

[Visual Basic]
Public Class CommandExecutingEventArgs
    Inherits EventArgs
[C#]
public class CommandExecutingEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Requirements

Namespace: FirebirdSql.Data.Firebird.Isql

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

See Also

CommandExecutingEventArgs Members | FirebirdSql.Data.Firebird.Isql Namespace