Firebird ADO.NET Provider SDK Documentation - v1.7

FbBatchExecution Members

FbBatchExecution overview

Public Static (Shared) Methods

GetStatementType Determines the SqlStatementType of the provided SQL statement.

Public Instance Constructors

FbBatchExecution Overloaded. Initializes a new instance of the FbBatchExecution class.

Public Instance Properties

SqlStatements Represents the list of SQL statements for batch execution.

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) 

Public Instance Events

CommandExecuted The event trigged after a SQL statement execution.
CommandExecuting The event trigged before a SQL statement goes for execution.

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