I have the latest version of LinqPad and have used it's Nuget feature to import EntityFramework.Extended as I wish to perform some batch updates and deletes for better performance. Unfortunately, I'm getting the following error when attempting to call Update() or Delete() on an IQueryable object:
ArgumentException: The query must be of type ObjectQuery or DbQuery.
Parameter name: source
Has anybody else had success with this? Is this even possible?