Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们可以在持久化类中创建非持久化属性吗?只需不要使用 %Save() 保存属性(列)
您正在寻找瞬态属性参数:
Property Name As %String [ Transient ];
来自文档:
指定属性是否存储在数据库中。仅适用于持久类。