Is there a way to dump the DbDataReader itself and not the data?

Options
I just want to see the DbDataReader's properties and not the data.

Comments