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

SimpleDaoSession.BeginTransaction Method

Begins a transaction.

Overload List

Begins a transaction.

public override void BeginTransaction();

Begins a database transaction

public override void BeginTransaction(Boolean);

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

public override void BeginTransaction(Boolean,IsolationLevel);

Begins a transaction at the data source with the specified IsolationLevel value.

public override void BeginTransaction(IsolationLevel);

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

public override void BeginTransaction(String);

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

public override void BeginTransaction(String,Boolean,IsolationLevel);

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

public override void BeginTransaction(String,IsolationLevel);

See Also

SimpleDaoSession Class | IBatisNet.DataAccess.DaoSessionHandlers Namespace