gpt4 book ai didi

fluent-nhibernate - 在 Fluent NHibernate 中映射复合键

转载 作者:行者123 更新时间:2023-12-03 07:18:27 26 4
gpt4 key购买 nike

我是 Fluent NHibernate 的新手,无法弄清楚如何映射组合键。

我该怎么做?我需要采取什么方法?

最佳答案

有一个 CompositeId 方法。

public class EntityMap : ClassMap<Entity>
{
public EntityMap()
{
CompositeId()
.KeyProperty(x => x.Something)
.KeyReference(x => x.SomethingElse);
}
}

关于fluent-nhibernate - 在 Fluent NHibernate 中映射复合键,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/445909/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com