「Fluent NHibernate/フルーエントマッピング/複合主キー」の版間の差分
imported>Administrator 編集の要約なし |
imported>Administrator |
||
| 45行目: | 45行目: | ||
{ | { | ||
CompositeId() | CompositeId() | ||
.KeyProperty(x => x.Id1 | .KeyProperty(x => x.Id1) | ||
.KeyProperty(x => x.Id2 | .KeyProperty(x => x.Id2) | ||
; | ; | ||
} | } | ||