Extra column returned by ExecuteSqlCommand | jeckels | 2014-06-09 13:15 |
Status: Closed | ||
Hi Andy, This is intentional behavior. As you guessed, it is indeed the URL that is the link for the corresponding "real" column in the results. You might consider setting the requiredVersion config property to 9.1 or 13.2. This returns a JavaScript object with a separate field for the URL (and other metadata), instead of a simple value for each column. This is the preferred response format, but for backwards compatibility we've had to keep the default response format consistent with its original shape. Thanks, Josh |
||