Try:
Class test.Person Extends (%Persistent, %XML.Adaptor) {
Property Id As %Integer [ Calculated, SqlComputeCode = { Set {*}={%%ID}}, SqlComputed ];
Property Name;
}if you don't want to touch the Class you may inherit it from some common Super-Class.
- Log in to post comments
.png)
.png)
.png)
.png)
.png)
.png)
.png)
.png)