Feb 18 2008 1:20PM GMT
Posted by: Mark Shurmer
WPF
WPF incompatible with Linq for Sql
Posted by: Mark Shurmer
Is WPF incompatible with Linq for Sql?
Why do I suggest that?
Well Linq for Sql has a method called GetNewBindingList() which copies an EntitySet<cls> (where cls is your entity type) to a BindingList<cls>.
Unfortunately, the BindingList class is a Windows Forms binding class, not a WPF one.
So, did they forget to do the equivalent for WPF, or is there a better way buried deep in the documentation somewhere??
I’ll give you a clue, I haven’t found one
:-(



You must be logged-in to post a comment. Log-in/Register