-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.0_ERRATA03
-
Fix Version/s: V4.01_WD01
-
Component/s: CSDL XML
-
Labels:None
-
Proposal:
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” />