addSavePoint
From AgileApps Support Wiki
(Redirected from AddSavepoint)
- Functions.addSavePoint(String name)
- Adds a SavePoint with the string name.
- Syntax
Functions.addSavePoint(String name)
- Return
- None
- Example
- This example creates a SavePoint with the name Foo
Functions.addSavePoint("Foo");
For additional examples, see Rollback