Method | Description | |
---|---|---|
Begin ( ) : void | ||
Begin ( IsolationLevel isolationLevel ) : void | ||
Commit ( ) : void | ||
Dispose ( ) : void | ||
Enlist ( IDbCommand command ) : void | ||
NestedTransaction ( ISession session ) : System | ||
RegisterSynchronization ( ISynchronization synchronization ) : void | ||
Rollback ( ) : void |
public Begin ( IsolationLevel isolationLevel ) : void | ||
isolationLevel | IsolationLevel | |
return | void |
public NestedTransaction ( ISession session ) : System | ||
session | ISession | |
return | System |
public RegisterSynchronization ( ISynchronization synchronization ) : void | ||
synchronization | ISynchronization | |
return | void |