2
votes

Can we create non persisted property inside persisted class. Simply do not save the property(column) with %Save()

1

1 Answers

1
votes

You are looking for transient property parameter:

Property Name As %String [ Transient ];

From docs:

Specifies whether the property is stored in the database. Applies only to persistent classes.