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

ISqlMapper.BeginTransaction Method

Begins the transaction.

Overload List

Begins the transaction.

ISqlMapSession BeginTransaction();

Begins the transaction.

ISqlMapSession BeginTransaction(Boolean);

Begins the transaction.

ISqlMapSession BeginTransaction(Boolean,IsolationLevel);

Begins the transaction.

ISqlMapSession BeginTransaction(IsolationLevel);

Begins the transaction.

ISqlMapSession BeginTransaction(String);

Begins the transaction.

ISqlMapSession BeginTransaction(String,Boolean,IsolationLevel);

Begins the transaction.

ISqlMapSession BeginTransaction(String,IsolationLevel);

See Also

ISqlMapper Interface | IBatisNet.DataMapper Namespace