Writes the specified data, followed by the current line terminator, to the standard output stream.
If you're asking how to output the result itself, I think it comes back as a DataTable, doesn't it? You'll have to do a loop through all the rows in the table and output all the columns in that row.
Comment