I ve googled this extensively, but I couldn t find any good examples: What collection type can I use best if I need to persist a collection with NHibernate which has a row number? I need to be able to insert, append and delete lines as well as move them up or down the list (may also drag line on position 5 tot line position 3). Is there any list that works together with a row number property? I used a List<> for persistence, but my colleague wrapped another list around it to store the items in order. I wanna get rid of that second list.
任何方面都受到欢迎。
关于 Ted