Hi all,
Ok heres my question, as some may know i have been working on an xml heavy application and have been extracting the xml via LINQ and populating predefined Dataobjects (defined directly from classes and added to Data Sources as type Object) now using this method i have lost a lot of functionality normally achieved with a database method (ability to sort dgv using the header columns for example) I tried adding a dataset to the project and discovered that i cannot simply drag these objects to the DataSet designer.
Any suggestions would be helpful, right now i am considering going down the route of sql CE 3.5 but this would mean rewriting a large portion of my project and tbh i'm not sure how to add LINQ to sql compact (google comes up mainly with c# examples or how to get data from sql in linq form.
Currently i have 4 Objects in my Data Sources panel and i wish to give some relational abilities to these objects.




Reply With Quote
