We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c433ba commit d1b7a3dCopy full SHA for d1b7a3d
1 file changed
COSQuickRef.md
@@ -13,7 +13,7 @@ A list of some common ObjectScript expressions
13
| Save an object | `Set status = object.%Save()` |
14
| Retrieve the ID of a saved object | `Set id = object.%Id()` |
15
| 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)` |
+| Retrieve property of a saved object | `Set variable = ##class(package.class).GetStoredPropertyName(id)` |
17
| Determine if an object was modified | `Set variable = object.%IsModified()` |
18
| Validate an object without saving | `Set status = object.%ValidateObject()` |
19
| Validate a property without saving | `Set status = ##class(package.class).PropertyIsValid(object.Property)` |
0 commit comments