Hi to all, im using dlinq and im experienced with some other persistency frameworks. Now i detected some problems in my projects (how can i solve those problems?): 1) To show up a save-dialog i have to ask a object if it has changes like Customers.HasChanges But there is no property like this 2) I only want to save a child object and not the complete tree so there is no Object.Save for a single object 3) I cant see my own new objects in the object list for example a customer has some orders. Now
Read More...