如何在流畅的nhibernate中插入后更新公式属性
我有一个类,其属性使用公式:
CONCAT(code, CAST(id AS CHAR))
当我插入实例时,
_session.Save(x);
公式仍然为空,但 Id 已更新。
当我插入某些内容时,如何确保公式得到更新?
I have a class with a property that is using a formula:
CONCAT(code, CAST(id AS CHAR))
When I insert a instance with
_session.Save(x);
The formula is still null, but Id is updated.
How can i make sure the formula gets updated when I insert something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论