dataset questioin

  • Thread starter Thread starter Mary Chipman
  • Start date Start date
M

Mary Chipman

Not unless you passed it along somehow as part of the data. the
DataSet is a local cache, and doesn't know anything about where the
data came from.

-- Mary
MCW Technologies
http://www.mcwtech.com
 
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
 
Back
Top