Hi!

When fetching all results from a SQL Query, is there a property to fetch the column names and also the type?

What i want to do is dynamically build a JSON response and use the column name as field name and type to set the correct type of the JSON object.

/Martin