Firebird ADO.NET Provider SDK Documentation - v1.7

FbBatchExecution.ConnectToDatabase Method 

Updates the connection string with the data parsed from the parameter and opens a connection to the database.

[Visual Basic]
Protected Friend Sub ConnectToDatabase( _
   ByVal connectDbStatement As String _
)
[C#]
protected internal void ConnectToDatabase(
   string connectDbStatement
);

Parameters

connectDbStatement

See Also

FbBatchExecution Class | FirebirdSql.Data.Firebird.Isql Namespace