How can I reject all changes in a Linq to SQL’s DataContext?

Why not discard the data context and simply replace it with a new instance?

Leave a Comment