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

Icclude issue in .net core 6 #91

Open
dapns opened this issue Jul 6, 2023 · 0 comments
Open

Icclude issue in .net core 6 #91

dapns opened this issue Jul 6, 2023 · 0 comments

Comments

@dapns
Copy link

dapns commented Jul 6, 2023

Description

When "include" a child table its giving me the error: "The call is ambiguous between the following methods or properties"

Steps to reproduce

Two master table model ; --> "t_User", "t_Role"
One Relation table --> "t_Rel"
"t_Rel" have --> one to one --> "t_User" & "t_Role"
"t_User" & "t_Role" have --> one to many --> t_Rel

image

Expected result

image

Actual result

image

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

1 participant