Skip to content

Selecting from temporary table returning "int" instead of the result table. #833

Description

@iahmed9312
          The warning has gone now but it is not returning the result correctly, it is returning "int" instead of the result table. 

What I am getting
Task<int> Test_SP2Async(CancellationToken cancellationToken = default(CancellationToken));

What i am expecting
Task<List<Test_SP2ReturnModel>> Test_SP2Async(CancellationToken cancellationToken = default(CancellationToken));

Originally posted by @iahmed9312 in #831 (comment)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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