Model1.msl 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs">
  3. <EntityContainerMapping StorageEntityContainer="Хранилище TestProductModelContainer" CdmEntityContainer="TestProductEntities">
  4. <EntitySetMapping Name="Basket">
  5. <EntityTypeMapping TypeName="TestProductModel.Basket">
  6. <MappingFragment StoreEntitySet="Basket">
  7. <ScalarProperty Name="Date" ColumnName="Date" />
  8. <ScalarProperty Name="IdPickPoint" ColumnName="IdPickPoint" />
  9. <ScalarProperty Name="CountProduct" ColumnName="CountProduct" />
  10. <ScalarProperty Name="Price" ColumnName="Price" />
  11. <ScalarProperty Name="Id" ColumnName="Id" />
  12. </MappingFragment>
  13. </EntityTypeMapping>
  14. </EntitySetMapping>
  15. <EntitySetMapping Name="PickPoint">
  16. <EntityTypeMapping TypeName="TestProductModel.PickPoint">
  17. <MappingFragment StoreEntitySet="PickPoint">
  18. <ScalarProperty Name="Kind" ColumnName="Kind" />
  19. <ScalarProperty Name="Id" ColumnName="Id" />
  20. </MappingFragment>
  21. </EntityTypeMapping>
  22. </EntitySetMapping>
  23. <EntitySetMapping Name="Product">
  24. <EntityTypeMapping TypeName="TestProductModel.Product">
  25. <MappingFragment StoreEntitySet="Product">
  26. <ScalarProperty Name="ProductDiscount" ColumnName="ProductDiscount" />
  27. <ScalarProperty Name="ProductCost" ColumnName="ProductCost" />
  28. <ScalarProperty Name="ProductPhoto" ColumnName="ProductPhoto" />
  29. <ScalarProperty Name="ProductDescription" ColumnName="ProductDescription" />
  30. <ScalarProperty Name="ProductName" ColumnName="ProductName" />
  31. <ScalarProperty Name="Id" ColumnName="Id" />
  32. </MappingFragment>
  33. </EntityTypeMapping>
  34. </EntitySetMapping>
  35. <EntitySetMapping Name="ProductBaskets">
  36. <EntityTypeMapping TypeName="TestProductModel.ProductBaskets">
  37. <MappingFragment StoreEntitySet="ProductBaskets">
  38. <ScalarProperty Name="IdBasket" ColumnName="IdBasket" />
  39. <ScalarProperty Name="IdProduct" ColumnName="IdProduct" />
  40. <ScalarProperty Name="Id" ColumnName="Id" />
  41. </MappingFragment>
  42. </EntityTypeMapping>
  43. </EntitySetMapping>
  44. </EntityContainerMapping>
  45. </Mapping>