IfxConnection public methods
IfxConnection.BeginTransaction
IfxTransaction IfxConnection.BeginTransaction()
IfxTransaction IfxConnection.BeginTransaction(System.Data.IsolationLevel isoLevel)
Begins a database transaction.
IfxConnection.ChangeDatabase
void IfxConnection.ChangeDatabase(System.String value)
Changes the current database for an open IfxConnection object.
IfxConnection.Close
void IfxConnection.Close()
Closes the connection to the database.
IfxConnection.CreateCommand
IfxCommand IfxConnection.CreateCommand()
Creates and returns an IfxConnection object associated with the connection.
IfxConnection.GetIfxBlob
IfxBlob IfxConnection.GetIfxBlob()
Returns an IfxBlob structure based on this connection.
GetIfxClob
IfxClob IfxConnection.GetIfxClob()
Returns an IfxClob structure based on this connection.
IfxConnection.EnlistTransaction
void IfxConnection.EnlistTransaction()
Enlists in the specified transaction as a distributed transaction.
IfxConnection.Open
void IfxConnection.Open()
Opens a database connection with the settings specified by the ConnectionString property of the IfxConnection object.