Skip to content

Commit 2c433ba

Browse files
committed
GetStoredProperty
Property must be in italics. Or something.
1 parent d8d69e6 commit 2c433ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

COSQuickRef.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ A list of some common ObjectScript expressions
1313
| Save an object | `Set status = object.%Save()` |
1414
| Retrieve the ID of a saved object | `Set id = object.%Id()` |
1515
| Retrieve the OID of a saved object | `Set oid = object.%Oid()` |
16+
| Retrieve property of a saved object | `Set variable = ##class(package.class).GetStoredProperty(id)` |
1617
| Determine if an object was modified | `Set variable = object.%IsModified()` |
1718
| Validate an object without saving | `Set status = object.%ValidateObject()` |
1819
| Validate a property without saving | `Set status = ##class(package.class).PropertyIsValid(object.Property)` |

0 commit comments

Comments
 (0)