Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Select restrictions #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions Org.OData.Capabilities.V1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,18 @@ Overview:
<Member Name="group" Value="16" />
</EnumType>

<Term Name="SelectRestrictions" Type="Capabilities.SelectRestrictionsType" AppliesTo="EntitySet">
<Annotation Term="Core.Description" String="Restrictions on $select expressions" />
</Term>
<ComplexType Name="SelectRestrictionsType">
<Property Name="Selectable" Type="Edm.Boolean" DefaultValue="true">
<Annotation Term="Core.Description" String="$select is supported" />
</Property>
<Property Name="NonSelectableProperties" Type="Collection(Edm.PropertyPath)">
<Annotation Term="Core.Description" String="These properties cannot be used in $select expressions" />
</Property>
</ComplexType>

<!-- Data Modification Capabilities -->

<Term Name="InsertRestrictions" Type="Capabilities.InsertRestrictionsType" AppliesTo="EntitySet">
Expand Down