Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 NHibernate 中,我可以将集合映射为 List 以将集合的顺序保存到数据库中。
我正在使用 EF 代码优先 (CTP4)。如何在不暴露域模型中的关系的情况下保持子集合 (IList) 的排序顺序?