Skip to content

Implement equivalent of FOR JSON (i.e. format a query as a JSON document) #3

@EitanBlumin

Description

@EitanBlumin

Source: Format Query Results as JSON

The equivalent CLR function could receive the SQL query command as a textual parameter, and then use the DB context connection to execute a SqlCommand object with the input SQL Query, and then use DataTable / DataSet methods and collections to inspect the returned columns and data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions