13.4 Add example for navigation property bindings for containment navigation property

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major
    • V4.01_WD01
    • Affects Version/s: V4.0_ERRATA03
    • Component/s: CSDL XML
    • None
    • Hide

      where Orders contained OrderDetails:

      <EntitySet Name="Orders" Type="Sales.Order">
         <NavigationPropertyBinding Path="OrderDetails/Product" Target="Products"/>
      </EntitySet>

      Show
      where Orders contained OrderDetails: <EntitySet Name="Orders" Type="Sales.Order">    <NavigationPropertyBinding Path="OrderDetails/Product" Target="Products"/> </EntitySet>

      Add example along the following lines:

      • Bar has NavigationProperty Baz of type Foo with ContainsTarget=True
      • Foo has NavigationProperty Gux of type Ser with ContainsTarget=False

      <EntitySet Name=“Bars“ EntityType=“_this.Bar“>
      <NavigationPropertyBinding Path=”Baz/Gux” Target=”Sers”
      </EntitySet>

      <EntitySet Name=”Sers” EntityType=”_this.Ser” />

            Assignee:
            Michael Pizzo (Inactive)
            Reporter:
            handl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: