-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Add Property/Reference/etc overloads that take IProperty/INavigation #7390
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
area-change-tracking
good first issue
This issue should be relatively straightforward to fix.
type-enhancement
Milestone
Comments
ajcvickers
added a commit
that referenced
this issue
Dec 22, 2021
…roperty/INavigation Small stuff that I have wanted to do for ages. Fixes #7390.
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
area-change-tracking
good first issue
This issue should be relatively straightforward to fix.
type-enhancement
When using the Entry APIs in combination with metadata APIs it is common to have an IProperty/INavigation for which .Name is called to pass this information to the Entry APIs. The Entry APIs immediately lookup this name to get back to the IProperty/INavigation. Instead these APIs should have simple overloads that accept an IProperty/INavigation. For example, see #7308.
The text was updated successfully, but these errors were encountered: