Created
November 7, 2023 16:41
-
-
Save costr/f1f85dd25250adede7f902c5a00a5733 to your computer and use it in GitHub Desktop.
EF DbContext Console Logging Query
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
myDBContext.Database.Log = message => System.Diagnostics.Debug.WriteLine(message); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment