Know the DataReader associated with a Connection

  • Thread starter Thread starter Peter Zolja
  • Start date Start date
P

Peter Zolja

Hi,

Is it possible to know the associated DataReader of a Connection? I know
that there can only be a single open DataReader linked to a Connection; my
question is: how do I get a pointer to that instance (if there is one) just
knowing the Connection?

Thank you,
Peter.
 
Hi Peter,

As I know Connection does not return any information about which specific
DataReader or DataAdapter associated with it.
 
Back
Top