顯示comment列html
Table Properties(表屬性)=》Columns(列)=》Customize Columns and Filter(自定義列過濾) 勾上 comment數據庫
導出SQL 語句工具
DataBase(數據庫)=》Generate Database (生成數據庫)=》confirm 肯定spa
導出實體類 3d
Tool(工具)=》Generate Object-Oriented Model(生成適應模型)=》選擇C# 肯定=》Edit Current object language(編輯當前面嚮對象語言) =》Profile\Attribute\Templates\definition =》Profile\Classifier\Templates\DefaultHeader =》Profile\Shared\Templates\comment=》Profile\Classifier\Templates\source=》Generate C# Code code
Profile\Attribute\Templates\definitionhtm
.if (%isValidAttribute%)
\[Description("{ title: '[%comment%]', field: '[%code%]' }")\]
///<summary>
///[%comment%\n]\
///</summary>
[%customAttributes%\n]\
[%oid%\n]\
.if (%Multiple% == false) and (%isIndexer% == false)
[%visibility% ][%flags% ]%dataType% %code%[ = %InitialValue%]{get;set;}
.else
[%visibility% ][%flags% ]%dataType%[%arraySize%] %code%[ = %InitialValue%]{get;set;}
.endif
.endif 對象
Profile\Classifier\Templates\DefaultHeaderblog
/***********************************************************************
* Module: %sourceFileName%
* Author: 麪條%Modifier%
* Purpose: Definition of the %exactObjectType% [%Package.namespace%.]%Code%
***********************************************************************/
// <summary>
// %Comment%
// </summary>圖片
Profile\Shared\Templates\comment
%CurrentLine%
Profile\Classifier\Templates\sourcebody
.// only toplevel classes are generated
.ifnot (%isInner%)
.// header and usings
[\
%usings%\n
]\
.// class/interface definition
.ifnot (%Package.namespace%)
namespace Models
{
%definition%
}
.else
[\
%Package.comment%
]\
[\
%Package.customAttributes%
]\
namespace %Package.namespace%
{
%definition%
}
.endif
[\n\n%sourceFooter%]
.endif
Generate C# Code
導出word 轉載 http://jingyan.baidu.com/article/295430f1c385970c7f005056.html
首先仍是先打開咱們的PowerDesigner,打開咱們要導出的項目
點擊Report-->Reports templates 進入Report模版頁面
點擊最右邊的 文件夾圖標,進入選擇頁面,找到咱們下載的模版文件(個人在E:\備用內,到文件夾那一層就好),選好之後點擊'肯定',而後再點擊'close'關閉
點擊Report-->Generate Reports 進入導出頁面
依照圖片選擇(備註:Generate html導出的是一個html格式的),還有就是不要忘記設置爲簡體中文
在file name 處,進行設置導出文件的位置以及名稱,點擊 'ok'導出,就能夠導出文件了
彈出如下信息說明導出成功,打開查看導出文檔