DataAccessBase.BeginTransaction

Starts a new transaction on this connection/instance

public virtual 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.


See also:

Class DataAccessBase

© West Wind Technologies, 1996-2023 • Updated: 07/15/20
Comment or report problem with topic