I am using Entity Framework extras EF6 in Visual Studio 2013 for calling a stored procedure that takes table valued parameter.
But on this line of code:
context.Database.ExecuteStoredProcedure(procedure);
I get this error:
'System.Data.Entity.Database' does not contain a definition for 'ExecuteStoredProcedure' and no extension method 'ExecuteStoredProcedure' accepting a first argument of type 'System.Data.Entity.Database' could be found (are you missing a using directive or an assembly reference?)