Method | Description | |
---|---|---|
Commit ( ) : void |
Use to save the changes to the realm. If Transaction is declared in a
|
|
Dispose ( ) : void |
Will automatically Rollback the transaction on existing scope, if not explicitly Committed.
|
|
Rollback ( ) : void |
Use explicitly to undo the changes in a Transaction, otherwise it is automatically invoked by exiting the block.
|
Method | Description | |
---|---|---|
Transaction ( ) : System | ||
Transaction ( Realm realm ) : System |