Skip to content

Stored procedure can't be used with DataTable return type #290

@smoothdeveloper

Description

@smoothdeveloper

Using a stored procedure from SqlProgrammabilityProvider, I can't pick result type to be DataTable.

The work around to have a separate SQL statement (on which I can define the result type) calling the procedure doesn't work when you need to pass table valued parameters.

It would be better IMHO for all commands to expose methods with the different relevant result types (records or datatable).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions