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

WithMany doc: fix the sample expression #27003

Merged
merged 2 commits into from
Dec 17, 2021
Merged

Commits on Dec 14, 2021

  1. WithMany doc: fix the sample expression

    blog => blog.Posts
    yecril71pl authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    8202ab2 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. the collection navigation property

     ///     A lambda expression representing the collection navigation property on the other end of this
        ///     relationship (<c>blog => blog.Posts</c>). If no property is specified, the relationship will be
        ///     configured without a navigation property on the other end of the relationship.
    yecril71pl authored Dec 17, 2021
    Configuration menu
    Copy the full SHA
    3be61e3 View commit details
    Browse the repository at this point in the history