Firebird ADO.NET Provider SDK Documentation - v1.7

FbBatchExecution Methods

The methods of the FbBatchExecution class are listed below. For a complete list of FbBatchExecution class members, see the FbBatchExecution Members topic.

Public Static (Shared) Methods

GetStatementType Determines the SqlStatementType of the provided SQL statement.

Public Instance Methods

Equals (inherited from Object) 
ExecuteOverloaded. Starts the ordered execution of the SQL statements that are in SqlStatements collection.
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 
OnCommandExecuted The trigger function for CommandExecuted event.
OnCommandExecuting The trigger function for CommandExecuting event.

Protected Internal Instance Methods

ConnectToDatabase Updates the connection string with the data parsed from the parameter and opens a connection to the database.
CreateDatabase Parses the isql statement CREATE DATABASE and creates the database and opens a connection to the recently created database.
ExecuteCommand Executes a command and optionally commits the transaction.
ProvideCommand
ProvideConnection
SetDatabase

See Also

FbBatchExecution Class | FirebirdSql.Data.Firebird.Isql Namespace