Hi there,
I am trying theDevForce EF and WPF. The ListBox Control of WPF needs to bind to a collection. Does DevFoce EF help me to generate the collections? For example, I have table called OrderType and want to show everything in that table, the DevForce EF will generate OrderType class for me, but I can't bind it to the Listbox since it is not a collection. Do I have to get the collection on my own? Is any simple way to do it? Any WPF example with DevForce EF would be helpful.
Thanks in advance!
Amy