Basically, this question with a difference ...
Is it possible to capture print output from a TSQL stored procedure in .NET using the Entity Framework?
The solution in another question does not work for me. It works with the connection type from System.Data.SqlClient, but I use one of System.Data.EntityClient, which does not have InfoMessage . (Of course, I could just create an SQL connection based on the Entity connection settings, but I prefer to do it directly.)
Wim ten brink
source share