OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

odata message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] (ODATA-966) 13.4 Add example for navigation property bindings for containment navigation property


Ralf Handl created ODATA-966:
--------------------------------

             Summary: 13.4 Add example for navigation property bindings for containment navigation property
                 Key: ODATA-966
                 URL: https://issues.oasis-open.org/browse/ODATA-966
             Project: OASIS Open Data Protocol (OData) TC
          Issue Type: Improvement
          Components: OData CSDL
    Affects Versions: V4.0_ERRATA03
         Environment: Proposed
            Reporter: Ralf Handl
             Fix For: V4.01_WD01, V4.0_ERRATA04


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” />




--
This message was sent by Atlassian JIRA
(v6.2.2#6258)


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]