subsonic 3.0.0.3 用于多个主键表
当我使用 ActiveRecord 模板时,无法为多个主键表生成正确的主键。 我无法更新该表。
When I use ActiveRecord template,that can't generator correct primary key for multiple primary keys table.
I can't update that table.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的意思是您的表具有复合主键(由该表中的多个字段组成),则 SubSonic 不支持它 - 请参阅 使用 SubSonic 2.2 更新主键值
If you mean that your table has Composite Primary Keys (comprised of more than one field in that table), then SubSonic doesn't support it - see Update a primary key value using SubSonic 2.2