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