Увидеть командную строку с параметрами с#
I have a sql command, and parameters are added to that command. But I can't see how the query looked after the parameters are added. How do I see this query with the parameters added.
Что я уже пробовал:
Sqlcommand, который commconsult = новая команда sqlcommand(stringconsult, кон.подключение);
commconsult.parameters.Add("@PARAMETER",txtParam.Text);