Entity Framework 的 edmx xml 文档解析

<?xml version="1.0" encoding="utf-8"?>
<edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
  <!-- EF Runtime content -->
  <edmx:Runtime>
    <!-- SSDL content 存储模型 -->
    <edmx:StorageModels>
    </edmx:StorageModels>
    <!-- CSDL content 概念模型 -->
    <edmx:ConceptualModels>
     
    </edmx:ConceptualModels>
    <!-- C-S mapping content 模型映射 -->
    <edmx:Mappings>
     
    </edmx:Mappings>
  </edmx:Runtime>
  <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
  <Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
   
  </Designer>
</edmx:Edmx>

posted @ 2013-04-18 08:06  Ken-Cai  阅读(415)  评论(0编辑  收藏  举报