Skip to content

Commit e9d8961

Browse files
committed
ComputedDefaultValue for Supplier/ID
1 parent 160b2dc commit e9d8961

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/tests/csdl-16.1.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
<Key>
1919
<PropertyRef Name="ID" />
2020
</Key>
21-
<Property Name="ID" Type="Edm.String" Nullable="false">
22-
<Annotation Term="Org.OData.Core.V1.ComputedDefaultValue" />
23-
</Property>
21+
<Property Name="ID" Type="Edm.String" Nullable="false" />
2422
<Property Name="Description" Type="Edm.String">
2523
<Annotation Term="Core.IsLanguageDependent" />
2624
</Property>
@@ -50,7 +48,9 @@
5048
<Key>
5149
<PropertyRef Name="ID" />
5250
</Key>
53-
<Property Name="ID" Type="Edm.String" Nullable="false" />
51+
<Property Name="ID" Type="Edm.String" Nullable="false">
52+
<Annotation Term="Org.OData.Core.V1.ComputedDefaultValue" />
53+
</Property>
5454
<Property Name="Name" Type="Edm.String" />
5555
<Property Name="Address" Type="ODataDemo.Address" Nullable="false" />
5656
<Property Name="Concurrency" Type="Edm.Int32" Nullable="false" />

0 commit comments

Comments
 (0)