Is there a way to insert data using LinqPad and entity framework?
To create an Add or AddObject you need a Context. I can not find how to get this link.
I tried to do one, but then I go through this error:
ArgumentException: The specified named connection is either not found in the configuration, not intended for use with the EntityClient provider, or is invalid.
Does anyone know a cool way to insert / update in LinqPad using Entity Framework?
source share