首页 > 其他 > 详细

edmx.diagram_图表

时间:2014-03-10 08:36:01      阅读:423      评论:0      收藏:0      [点我收藏+]
bubuko.com,布布扣
diagram_图表
<?xml version="1.0" encoding="utf-8"?>
<edmx:Edmx Version="2.0" xmlns:edmx="http://schemas.microsoft.com/ado/2008/10/edmx">
 <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
  <edmx:Designer xmlns="http://schemas.microsoft.com/ado/2008/10/edmx">
    <!-- Diagram content (shape and connector positions) -->
    <edmx:Diagrams>
      <Diagram DiagramId="08c69bb680474fb7aa243b1caf81a3ce" Name="关系图1" >
        <EntityTypeShape EntityType="StudentManage.UserInfo" Width="1.5" PointX="1.125" PointY="1" />
        <EntityTypeShape EntityType="StudentManage.ClassInfo" Width="1.5" PointX="4.375" PointY="0.875" />
        <AssociationConnector Association="StudentManage.UserInfoClassInfo" />
      </Diagram>
    </edmx:Diagrams>
  </edmx:Designer>
</edmx:Edmx>
bubuko.com,布布扣


EF图表的信息记录文件以XML形式存放

edmx.diagram_图表,布布扣,bubuko.com

edmx.diagram_图表

原文:http://www.cnblogs.com/huanglexian/p/3590982.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!