Property | Type | Description |
---|
Method | Description | |
---|---|---|
BeginTransaction ( IsolationLevel isolationLevel ) : IDisposable |
Begins the transaction.
|
|
CommitChanges ( ) : void |
This isn't specific to any one DAO and flushes everything that has been changed since the last commit.
|
|
CommitTransaction ( ) : void |
Commits the transaction, saving all changes.
|
|
RollbackTransaction ( ) : void |
Rolls the transaction back, discarding any changes.
|
|
TransactionManager ( [ session ) : System |
Creates instance of transaction manager.
|
public BeginTransaction ( IsolationLevel isolationLevel ) : IDisposable | ||
isolationLevel | IsolationLevel | Transaction isolation level, see |
return | IDisposable |
public TransactionManager ( [ session ) : System | ||
session | [ | |
return | System |