Firebird ADO.NET Provider 1.7 API Documentation

FbBatchExecution.Execute Method (Boolean)

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

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