Hi
I think I've a simple question.
I'm using c# and have written a method that gets the dataset as an argument.
In this method I want to retrieve the used sql statement what was used for
building this dataset, is this possible ?
So I only have to dataset and want to retrieve the sqlstatement (eg select *
from customer)
Kris