linq to sql - multiple result -
I have several results that return data form customer tables (singular records) and customer ads (multiple records) when I This is the first time I withdraw data, it brings the right data, but when I update it and save the changes (I'm sure the data has been updated in the database) for the old version and customer address for the customer Brings new data. I have no idea that
with this limited information, and my limited knowledge of linqtsql I can only provide some leads:
- Some compatibility settings may be locked / locked in the customer table / record set, which prevents your update from being promoted.
- In this way it is not working as necessary, it is just delaying.
- Keep your updates in a transaction and make sure it is committed then choose your data again. This way it works, or you will get some errors.
Comments
Post a Comment