Ben Foster
Ben Foster

Reputation: 34800

Entity Framework persisting child collection sort order

In NHibernate I can map a collection as a List to persist the order of the collection to the database.

I'm using EF Code First (CTP4). How can I persist the sort order of a child collection (IList) without exposing the relationship in my domain model?

Upvotes: 4

Views: 1651

Answers (0)

Related Questions