Entity Framework Running SQL Log

((DbContext)context).Database.Log = x => System.Diagnostics.Debug.WriteLine(x);

« »