Firebird ADO.NET Provider SDK Documentation - v1.7

FbBatchExecution.ExecuteCommand Method 

Executes a command and optionally commits the transaction.

[Visual Basic]
Protected Friend Function ExecuteCommand( _
   ByVal command As FbCommand, _
   ByVal autocommit As Boolean _
) As Integer
[C#]
protected internal int ExecuteCommand(
   FbCommand command,
   bool autocommit
);

Parameters

command
Command to execute.
autocommit
true to commit the transaction after execution; or false if not.

Return Value

The number of rows affected by the query execution.

See Also

FbBatchExecution Class | FirebirdSql.Data.Firebird.Isql Namespace