Database Reference
In-Depth Information
Figure 19-14. Modifying the SSDL content section
11. Now look for the <!-- C-S mapping content --> section and modify the
<ScalarProperty Name="Name" ColumnName="Name" /> tag to be
<ScalarProperty Name="Name" ColumnName="CurrencyName" /> .•
Note The conceptual model is defined in an XML file using CSDL. CSDL defines the entities and the
relationships as the application's business layer knows them. This is why you need to modify the column names to
be readable and easy to find by the entity.
12. Next, modify the <ScalarProperty Name="ModifiedDate"
ColumnName="ModifiedDate" /> tag to appear as <ScalarProperty
Name="ModifiedDate" ColumnName="ModifiedCurrencyDate" /> . The modified
C-S mapping content section with the CurrencyName and ModifiedCurrencyDate
values will look like Figure 19-15.
 
Search WWH ::




Custom Search