zoukankan      html  css  js  c++  java
  • EntityFramework 学习 一 Colored Entity in Entity Framework 5.0

    You can change the color of an entity in the designer so that it would be easy to see related groups of entities in the designer from Visual Studio 2012 onwards. To change the color of an entity, select entity in the designer → go to property window (press F4) → change the Fill Color property. For example:

    Entity Framework 5.0 Tutorial

    To change the color of multiple entities at once, select multiple entities and change Fill Color from the property window:

    Additionally, you can also change the property format of entities to either Display name or Display name and type. Right click on designer → select 'Scalar Property format' → select 'Display Name and Type':

    Entity Framework 5.0 Tutorial

    Properties will be displayed with its type as shown below:

    Entity Framework 5.0 Tutorial

    This way, you can change the color and display of entities in the EDM designer.

  • 相关阅读:
    006 date find
    005 输出重定向 > >>命令 echo命令 tail命令
    总结,一周,
    mokey 学习
    树状,
    定制,
    萌芽,
    到底为什么,
    会,
    “恋爱”,一路走来,
  • 原文地址:https://www.cnblogs.com/lanpingwang/p/6623169.html
Copyright © 2011-2022 走看看