.Net standard 2.0 Nuget package. Extension method for SqlCommand to display all parameters as inline SQL. Output is a string which can be copy pasted in a DB management tool. It's based on some code from StackOverflow and enhanced for table value parameters. Please send pull-requests.
Install-Package CommandAsSql
dotnet add package CommandAsSql
See License.md for the MIT License
Can be found on Nuget: https://www.nuget.org/packages/CommandAsSql/
Most code is from Flapper https://stackoverflow.com/users/391383/flapper and his StackOverflow answer: https://stackoverflow.com/a/4146573/169714