Skip to content

Commit 3031159

Browse files
authored
Update graph/patterns/navigation-property.md
1 parent 61f3132 commit 3031159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/patterns/navigation-property.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ This navigation property could be described with the following CSDL:
7777
<NavigationProperty Name="manager" Type="user" ContainsTarget="false" >
7878
</EntityType>
7979
```
80-
80+
`ContainsTarget` is set to false for clarity, this is the default value when the attribute is omitted.
8181
### Retrieving a reference to a related entity
8282

8383
```http

0 commit comments

Comments
 (0)