开发者

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

开发者 https://www.devze.com 2023-01-13 19:43 出处:网络
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\

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

精彩评论

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

关注公众号