DataAccessBase.BeginTransaction

Starts a new transaction on this connection/instance

public abstract bool BeginTransaction()

Remarks

Opens a Connection and keeps it open for the duration of the transaction. Calls to .CloseConnection while the transaction is active have no effect.