How do I reload a table in a DataContext? I have the DataGridView bound to the DataContext table through the BindingSource and I want to allow the user to cancel all changes and reload the original data from the database. As oposite to SubmitChanges.
Read More...