[HasMany(typeof(Category), Table="ItemCategories", ColumnKey="itemid",
RelationType=RelationType.List, Index="indexcolumn" )]
public IList<Category> Categories
{
get { return categories; }
set { categories = value; }
}
-Markus
2009/1/19 Gabe Anzelini <[email protected]>:
>
> I have categories with items in them and I would like to preserve the
> order of those items. How can I do this? Please, if there are docs on
> this that I just couldn't find with everything I googled, point me to
> them.
>
> thanks.
> Gabe
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Castle Project Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---