I am executing a stored procedure with dapper which returns dynamic pivot query, columns. I have noticed if there are no results dapper does not even return the column headers. I print my results to excel and if there are no rows, thats fine, But I would still like to print out the column header.I am executing a stored procedure with dapper w