I'm using the same Data Context for my entire WPF application. How can I reload a specific object from the database? I tried the Refresh function of the data context for that object to no success.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You do; YourDataContext = null; YourDataContext = Database.Read(); |
|||
|
