I will try to give you an example of one of our application needs.
Lets say I have a SQL Table as follows
Item
Description
Cost
I would have 2 datagrids(?) on my screen. One at the top and one at the bottom of the screen. All the items are displayed in the top screen for the user to choice from. When they select an items, I want to tag the row they selected by setting a newly created field called, lets say, SelectedItem. This new field would not be in the actual database but would be created dynamically in my code.
Summary:
What I think I want to do is create a collection instance. Create a new field for the collection. Fetch the collection and then allow me to set the newly created SelectedItem field.
This is just one example. They may be other ways to approach this which I would certainly listen to but if there is a way to add a temp field, I would love to know how to do this also.
Thanks
Jeff