System.Data.Common.DbDataReader

Posted by Craig Johnston on Stack Overflow See other posts from Stack Overflow or by Craig Johnston
Published on 2010-04-28T09:23:45Z Indexed on 2010/04/28 9:33 UTC
Read the original article Hit count: 333

Filed under:
|

If I use this class to do a

SELECT * FROM ...

statement against a database, what method or variable of this class should I use just to give me a dump of the output from the SQL statement?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about sql