Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
iahmed9312 opened this issue Mar 5, 2024 · 2 comments

Comments

@iahmed9312
Copy link

          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)

@sjh37
Copy link
Owner

sjh37 commented Mar 6, 2024

Hi @iahmed9312 .Could you post an example stored proc which replicates this error so I can debug it. Thanks

@iahmed9312
Copy link
Author

example stored proc is posted in this reference #831 .
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants