Skip to content

[Feature Request] Table-Valued-Parameters for raw sql #263

@0x53A

Description

@0x53A

This issue (#23) and pr (#24) add the ability to provide custom table valued parameters to stored procedures / funcs.

Would it be possible to lift this limitation and also enable this for raw sql?

I would like to be able to write something like

select * from myTable join @tvp ids on ids.Id = myTable.Id where @tvp is a user defined table type (CREATE TYPE)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions