You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: COSQuickRef.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,7 @@ A list of some common ObjectScript expressions
9
9
| Call an instance method |`Do object.method(arguments)`<br>`Set variable = object.method(arguments)`<br>Note: place a . before each pass-by-reference argument |
10
10
| Create a new object |`Set object = ##class(package.class).%New()`|
11
11
| Open an existing object |`Set object = ##class(package.class).%OpenId(id, concurrency, .status)`|
12
-
| Open an existing object by unique index value |`Set object = ##class(package.class).IndexNameOpen(value, concurrency, .status)`|
13
-
12
+
| Open an existing object by unique index value |`Set object = ##class(package.class).IndexNameOpen(value, concurrency, .status)`|
14
13
| Save an object |`Set status = object.%Save()`|
15
14
| Retrieve the ID of a saved object |`Set id = object.%Id()`|
16
15
| Retrieve the OID of a saved object |`Set oid = object.%Oid()`|
0 commit comments