【发布时间】:2013-02-03 06:10:51
【问题描述】:
我使用 Model First,EF4x 创建了一些类,您可以看到类似的示例 in this answer from algreat。
我的问题是关于生成的默认 cmets,如下面的块引用中所示
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
有没有办法避免创建这些 cmets?还是全部删除?
【问题讨论】:
标签: visual-studio entity-framework presentation ef-model-first