iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

IDalSession.BeginTransaction Method

Open a connection and begin a transaction

Overload List

Open a connection and begin a transaction

void BeginTransaction();

Begins a database transaction

void BeginTransaction(Boolean);

Begins a transaction on the current connection with the specified IsolationLevel value.

void BeginTransaction(Boolean,IsolationLevel);

Open a connection and begin a transaction at the data source with the specified IsolationLevel value.

void BeginTransaction(IsolationLevel);

Open a connection and begin a transaction on the specified connection string.

void BeginTransaction(String);

Begins a transaction on the current connection with the specified IsolationLevel value.

void BeginTransaction(String,Boolean,IsolationLevel);

Open a connection and begin a transaction on the specified connection string.

void BeginTransaction(String,IsolationLevel);

See Also

IDalSession Interface | IBatisNet.Common Namespace