G
Guest
Hi,
I'm using a SqlCommand with parametrized sql like "select @field1, @field2,
....".
Is possible to see the sql sentence with parameters VALUES, not "@field1,
...." ?
It would be great for debugging.
Thanks.
I'm using a SqlCommand with parametrized sql like "select @field1, @field2,
....".
Is possible to see the sql sentence with parameters VALUES, not "@field1,
...." ?
It would be great for debugging.
Thanks.