123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?xml version="1.0" encoding="utf-8"?>
- <Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs">
- <EntityContainerMapping StorageEntityContainer="Хранилище TestProductModelContainer" CdmEntityContainer="TestProductEntities">
- <EntitySetMapping Name="Basket">
- <EntityTypeMapping TypeName="TestProductModel.Basket">
- <MappingFragment StoreEntitySet="Basket">
- <ScalarProperty Name="Date" ColumnName="Date" />
- <ScalarProperty Name="IdPickPoint" ColumnName="IdPickPoint" />
- <ScalarProperty Name="CountProduct" ColumnName="CountProduct" />
- <ScalarProperty Name="Price" ColumnName="Price" />
- <ScalarProperty Name="Id" ColumnName="Id" />
- </MappingFragment>
- </EntityTypeMapping>
- </EntitySetMapping>
- <EntitySetMapping Name="PickPoint">
- <EntityTypeMapping TypeName="TestProductModel.PickPoint">
- <MappingFragment StoreEntitySet="PickPoint">
- <ScalarProperty Name="Kind" ColumnName="Kind" />
- <ScalarProperty Name="Id" ColumnName="Id" />
- </MappingFragment>
- </EntityTypeMapping>
- </EntitySetMapping>
- <EntitySetMapping Name="Product">
- <EntityTypeMapping TypeName="TestProductModel.Product">
- <MappingFragment StoreEntitySet="Product">
- <ScalarProperty Name="ProductDiscount" ColumnName="ProductDiscount" />
- <ScalarProperty Name="ProductCost" ColumnName="ProductCost" />
- <ScalarProperty Name="ProductPhoto" ColumnName="ProductPhoto" />
- <ScalarProperty Name="ProductDescription" ColumnName="ProductDescription" />
- <ScalarProperty Name="ProductName" ColumnName="ProductName" />
- <ScalarProperty Name="Id" ColumnName="Id" />
- </MappingFragment>
- </EntityTypeMapping>
- </EntitySetMapping>
- <EntitySetMapping Name="ProductBaskets">
- <EntityTypeMapping TypeName="TestProductModel.ProductBaskets">
- <MappingFragment StoreEntitySet="ProductBaskets">
- <ScalarProperty Name="IdBasket" ColumnName="IdBasket" />
- <ScalarProperty Name="IdProduct" ColumnName="IdProduct" />
- <ScalarProperty Name="Id" ColumnName="Id" />
- </MappingFragment>
- </EntityTypeMapping>
- </EntitySetMapping>
- </EntityContainerMapping>
- </Mapping>
|