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

models code for two tables data in a stored procedures #2841

Closed
subbiee opened this issue Feb 7, 2025 · 5 comments
Closed

models code for two tables data in a stored procedures #2841

subbiee opened this issue Feb 7, 2025 · 5 comments
Labels
question Further information is requested

Comments

@subbiee
Copy link

subbiee commented Feb 7, 2025

In my sql procedure return two tables individually with in a stored procedure. But FEcore power tools on vs 2022 c# .netcore 9, in models code (properities) generates for 1st table columns only. unable find out for second table columns properties. here example of procedure.

CREATE PROCEDURE [dbo].GetCustomerService
as
begin
Select customerid,customername,customeraddress where tblcustomermaster

select billid, billno,customerid,billdate, billamount from tblservicebill
end

@ErikEJ
Copy link
Owner

ErikEJ commented Feb 7, 2025

@subbiee Have you read the wiki??

@ErikEJ
Copy link
Owner

ErikEJ commented Feb 8, 2025

@subbiee ping?

@ErikEJ ErikEJ added the question Further information is requested label Feb 8, 2025
@subbiee
Copy link
Author

subbiee commented Feb 10, 2025

yes I will read and follow

@ErikEJ
Copy link
Owner

ErikEJ commented Feb 10, 2025

@subbiee Let me know if you encounter any issue, this feature is still in preview state

@ErikEJ ErikEJ closed this as not planned Won't fix, can't repro, duplicate, stale Feb 10, 2025
@ErikEJ
Copy link
Owner

ErikEJ commented Feb 10, 2025

If you like my free tools, I would be very grateful for a rating/review on Visual Studio Marketplace and/or a one-time or monthly sponsorship

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

No branches or pull requests

2 participants