SnapDAL Library Documentation

DataFactory.BeginTransaction Method 

Begin a new transaction on the connection associated with this DataFactory. This has the affect of opening the connection. It DOES NOT follow that subsequent calls will be on the same transaction however. This feature is under consideration.

public IDbTransaction BeginTransaction(
   IsolationLevel iso
);

Parameters

iso
Isolation level for this transaction

Return Value

Implements

IDataLayer.BeginTransaction

See Also

DataFactory Class | SnapDAL Namespace