Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Im physikalischen Modell werden alle Zuordnungen zwischen Eigenschaften der Entitäten hin zu den Spalten der Tabelle festgelegt. Die dafür erdachte Sprache heißt Store Schema Definition Language, kurz SSDL.
<edmx:Runtime>
<!-- SSDL content -->
<edmx:StorageModels>
<Schema Namespace="TonisTortenTraumModel.Store" Alias="Self" Provider="System.Data.SqlClient"
ProviderManifestToken="2008"
xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator"
xmlns="http://schemas.microsoft.com/ado/2009/02/edm/ssdl">
<EntityContainer Name="TonisTortenTraumModelStoreContainer">
<EntitySet Name="Bestellungen" EntityType="TonisTortenTraumModel.Store.Bestellungen"
store:Type="Tables" Schema="dbo" />
<EntitySet Name="Bestellungspositionen"
EntityType="TonisTortenTraumModel.Store.Bestellungspositionen" store:Type="Tables" Schema="dbo" />
<EntitySet Name="Kunden" EntityType="TonisTortenTraumM....