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

SqlMapSession.BeginTransaction Method

Begins a database transaction.

Overload List

Begins a database transaction.

public void BeginTransaction();

Begins a database transaction

public void BeginTransaction(Boolean);

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

public void BeginTransaction(Boolean,IsolationLevel);

Begins a database transaction with the specified isolation level.

public void BeginTransaction(IsolationLevel);

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

public void BeginTransaction(String);

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

public void BeginTransaction(String,Boolean,IsolationLevel);

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

public void BeginTransaction(String,IsolationLevel);

See Also

SqlMapSession Class | IBatisNet.DataMapper Namespace