空白的EMISContext.txt 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <edmx:Edmx Version="2.0" xmlns:edmx="http://schemas.microsoft.com/ado/2008/10/edmx">
  3. <!-- EF Runtime content -->
  4. <edmx:Runtime>
  5. <!-- SSDL content -->
  6. <edmx:StorageModels>
  7. <Schema xmlns="http://schemas.microsoft.com/ado/2009/02/edm/ssdl" Namespace="EMISContext.Store" Alias="Self" Provider="System.Data.SqlClient" ProviderManifestToken="2005">
  8. <EntityContainer Name="EMISContextTargetContainer" >
  9. </EntityContainer>
  10. </Schema>
  11. </edmx:StorageModels>
  12. <!-- CSDL content -->
  13. <edmx:ConceptualModels>
  14. <Schema xmlns="http://schemas.microsoft.com/ado/2008/09/edm" xmlns:cg="http://schemas.microsoft.com/ado/2006/04/codegeneration" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" Namespace="EMIS.Entities.DTO" Alias="Self" xmlns:annotation="http://schemas.microsoft.com/ado/2009/02/edm/annotation">
  15. <EntityContainer Name="EMISNewContext" annotation:LazyLoadingEnabled="true">
  16. </EntityContainer>
  17. </Schema>
  18. </edmx:ConceptualModels>
  19. <!-- C-S mapping content -->
  20. <edmx:Mappings>
  21. <Mapping xmlns="http://schemas.microsoft.com/ado/2008/09/mapping/cs" Space="C-S">
  22. <Alias Key="Model" Value="EMISContext" />
  23. <Alias Key="Target" Value="EMISContext.Store" />
  24. <EntityContainerMapping CdmEntityContainer="EMISNewContext" StorageEntityContainer="EMISContextTargetContainer">
  25. </EntityContainerMapping>
  26. </Mapping>
  27. </edmx:Mappings>
  28. </edmx:Runtime>
  29. <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
  30. <edmx:Designer xmlns="http://schemas.microsoft.com/ado/2008/10/edmx">
  31. <edmx:Connection>
  32. <DesignerInfoPropertySet>
  33. <DesignerProperty Name="MetadataArtifactProcessing" Value="EmbedInOutputAssembly" />
  34. </DesignerInfoPropertySet>
  35. </edmx:Connection>
  36. <edmx:Options>
  37. <DesignerInfoPropertySet>
  38. <DesignerProperty Name="ValidateOnBuild" Value="true" />
  39. <DesignerProperty Name="EnablePluralization" Value="False" />
  40. <DesignerProperty Name="CodeGenerationStrategy" Value="无" />
  41. </DesignerInfoPropertySet>
  42. </edmx:Options>
  43. <!-- Diagram content (shape and connector positions) -->
  44. <edmx:Diagrams>
  45. <Diagram Name="EMISContext" />
  46. </edmx:Diagrams>
  47. </edmx:Designer>
  48. </edmx:Edmx>