Firebird ADO.NET Provider SDK Documentation - v1.7

CommandExecutingEventArgs Constructor 

Creates an instance of CommandExecutingEventArgs class.

[Visual Basic]
Public Sub New( _
   ByVal sqlCommand As FbCommand _
)
[C#]
public CommandExecutingEventArgs(
   FbCommand sqlCommand
);

Parameters

sqlCommand
The FbCommand properly instanciated.

Remarks

The sqlCommand should be proper instanciated with a valid FbCommand and with the SQL statement loaded in CommandText.

See Also

CommandExecutingEventArgs Class | FirebirdSql.Data.Firebird.Isql Namespace