EntityFramework-Reverse-POCO-Code-First-Generator icon indicating copy to clipboard operation
EntityFramework-Reverse-POCO-Code-First-Generator copied to clipboard

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

Open iahmed9312 opened this issue 1 year ago • 2 comments

          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 https://github.com/sjh37/EntityFramework-Reverse-POCO-Code-First-Generator/issues/831#issuecomment-1916537154

iahmed9312 avatar Mar 05 '24 18:03 iahmed9312

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

sjh37 avatar Mar 06 '24 16:03 sjh37

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

iahmed9312 avatar Mar 24 '24 05:03 iahmed9312