Firebird ADO.NET Provider SDK Documentation - v1.7

FbBatchExecution.Execute Method (Boolean)

Starts the ordered execution of the SQL statements that are in SqlStatements collection.

[Visual Basic]
Overridable Overloads Public Sub Execute( _
   ByVal autoCommit As Boolean _
)
[C#]
public virtual void Execute(
   bool autoCommit
);

Parameters

autoCommit
Specifies if the transaction should be committed after a DDL command execution

See Also

FbBatchExecution Class | FirebirdSql.Data.Firebird.Isql Namespace | FbBatchExecution.Execute Overload List