I'm connecting to a MySql database inside Visual Studio 2013. I run a query and I have a grid with the query results. In the table, I have some fields with multiline values. The grid result can't show this multiline fields.
EDIT: I have a record that has a field with several lines and I want to see these lines in a Query Result Pane inside Visual Studio.
How can I change the Visual Studio configuration to allow multiline values in the query results pane?
Thanks in advance