开发者

Fluent Nhibernate - How do I set the name attribute of a set or bag collection?

This is a set collection:

<set access="field.camelcase-underscore" cascade="save-update" inv开发者_JAVA百科erse="true" lazy="true" name="employees" table="TeamEmployee" mutable="true">

How do I set the name attribute?


Fluently :-)

HasMany(x => x.SetName)
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜