Home
Options

cannot convert from 'System.Data.IDbConnection' to 'string'

Unable to perform db changes on MS SQL all the sudden. I using Linqpad 6.5.5 Beta Update Stream

getting: cannot convert from 'System.Data.IDbConnection' to 'string' when trying to insert new records

        Entities.InsertOnSubmit(entity);        
        SubmitChanges();

Comments

Sign In or Register to comment.