My environment is VS 2012, C#, EF6 and SQL Server 2008 R2....I want to execute a stored procedure to delete records with no return value using the pattern:...dataContext.Database.SqlQuery<return type>("name", parameter)
...If there are no results returned...