Options
Is there a way to dump the DbDataReader itself and not the data?
I just want to see the DbDataReader's properties and not the data.
Comments
Util.ToExpando (myDataReader).Dump();