• @if (Model.Tables != null && Model.Tables.Count > 0) { foreach (var tab in Model.Tables) {
  • //hhk文件不能太大,不然hhc编译时,会报提示 :An internal error has occurred.An error record has been saved to .. //https://documentation.red-gate.com/sdoc5/troubleshooting/error-messages/assertion-failure-outputting-in-chm-format @*foreach (var column in tab.Columns) {
  • }*@ } } @if (Model.Views != null && Model.Views.Count > 0) { foreach (var item in Model.Views) {
  • } } @if (Model.Procs != null && Model.Procs.Count > 0) { foreach (var item in Model.Procs) {
  • } }