Hi, I am trying to understand the transformational methods.
- LogicalToDisplay()
- LogicalToOdbc()
- OdbcToLogical()
- DisplayToDisplay()
I have created a small class with the only property of List as %List, see below.
Class LastName.Demo2 Extends %Persistent
{
Property List As %List;
}
Then I entered the following commands in the Terminal
Set Oref=##class(LastName.Demo2).%New()
FOR I=1:1:5 S $LI(List,I)="Value="_I
Set Oref.List=List
WRITE Oref.ListLogicalToDisplay(Oref.List)
^
<METHOD DOES NOT EXIST> *ListLogicalToDisplay,LastName.Demo2
zw Oref
Oref=<OBJECT REFERENCE>[2@LastName.Demo2]
+----------------- general infor