Question on NpgsqlParameter object
Hi, List.
I am not 100% sure if this is the right list, if it isnt please kindly re-direct me to the proper list.
I would like to see NpgsqlCommand.CommandText value after parameter substitution. I have a query that is not behaving correctly and I suspect strongly that it has to do with parameters getting instantiated in unexpected ways.
How can I have access to query SQL text after parameter substitution ?
I try to look at CommandText Property immediately before calling ExecuteReader() method, but I get the text with all parameters unsubstituted.
Any Help/Comments/Advices deeply appreciated
Thanks in advance
Cheers,
Oliveiros
Home |
Main Index |
Thread Index