Using Fluent NHibernate, I come across the mapping AsBag()
and AsSet()
for HasMany
and HasManyToMany
relationships. I've done some searches, and I'm just not finding anything. Can anyone explain to me what these mean, and what the significance is?
Asked
Active
Viewed 1.1k times
4

Daniel Hilgarth
- 171,043
- 40
- 335
- 443

Ciel
- 17,312
- 21
- 104
- 199
-
possible duplicate of [set/bag and list/set in nhibernate](http://stackoverflow.com/questions/1916350/set-bag-and-list-set-in-nhibernate) – Vadim May 02 '11 at 14:16
3 Answers
0
Check out the mathematical concepts Set / Multiset (Bag) and see if they can push you into the right direction.

Daniel Hilgarth
- 171,043
- 40
- 335
- 443

m__
- 1,721
- 1
- 17
- 30