Model1.edmx 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
  3. <!-- EF Runtime content -->
  4. <edmx:Runtime>
  5. <!-- SSDL content -->
  6. <edmx:StorageModels>
  7. <Schema Namespace="Хранилище Model" Provider="System.Data.SqlClient" ProviderManifestToken="2012" Alias="Self" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm/ssdl">
  8. <EntityType Name="r">
  9. <Key>
  10. <PropertyRef Name="r" />
  11. </Key>
  12. <Property Name="r" Type="int" Nullable="false" />
  13. <Property Name="4" Type="nchar" MaxLength="10" />
  14. </EntityType>
  15. <EntityContainer Name="Хранилище ModelContainer">
  16. <EntitySet Name="r" EntityType="Self.r" Schema="dbo" store:Type="Tables" />
  17. </EntityContainer>
  18. </Schema></edmx:StorageModels>
  19. <!-- CSDL content -->
  20. <edmx:ConceptualModels>
  21. <Schema Namespace="Model" Alias="Self" annotation:UseStrongSpatialTypes="false" xmlns:annotation="http://schemas.microsoft.com/ado/2009/02/edm/annotation" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
  22. <EntityContainer Name="Entities" annotation:LazyLoadingEnabled="true" >
  23. <EntitySet Name="r" EntityType="Model.r" />
  24. </EntityContainer>
  25. <EntityType Name="r">
  26. <Key>
  27. <PropertyRef Name="r1" />
  28. </Key>
  29. <Property Name="r1" Type="Int32" Nullable="false" />
  30. <Property Name="C4" Type="String" MaxLength="10" FixedLength="true" Unicode="true" />
  31. </EntityType>
  32. </Schema>
  33. </edmx:ConceptualModels>
  34. <!-- C-S mapping content -->
  35. <edmx:Mappings>
  36. <Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs">
  37. <EntityContainerMapping StorageEntityContainer="Хранилище ModelContainer" CdmEntityContainer="Entities" >
  38. <EntitySetMapping Name="r">
  39. <EntityTypeMapping TypeName="Model.r">
  40. <MappingFragment StoreEntitySet="r">
  41. <ScalarProperty Name="C4" ColumnName="4" />
  42. <ScalarProperty Name="r1" ColumnName="r" />
  43. </MappingFragment>
  44. </EntityTypeMapping>
  45. </EntitySetMapping>
  46. </EntityContainerMapping>
  47. </Mapping>
  48. </edmx:Mappings>
  49. </edmx:Runtime>
  50. <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
  51. <Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
  52. <Connection>
  53. <DesignerInfoPropertySet>
  54. <DesignerProperty Name="MetadataArtifactProcessing" Value="EmbedInOutputAssembly" />
  55. </DesignerInfoPropertySet>
  56. </Connection>
  57. <Options>
  58. <DesignerInfoPropertySet>
  59. <DesignerProperty Name="ValidateOnBuild" Value="true" />
  60. <DesignerProperty Name="EnablePluralization" Value="false" />
  61. <DesignerProperty Name="IncludeForeignKeysInModel" Value="true" />
  62. <DesignerProperty Name="UseLegacyProvider" Value="false" />
  63. <DesignerProperty Name="CodeGenerationStrategy" Value="Нет" />
  64. </DesignerInfoPropertySet>
  65. </Options>
  66. <!-- Diagram content (shape and connector positions) -->
  67. <Diagrams></Diagrams>
  68. </Designer>
  69. </edmx:Edmx>