Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的edmx文件生成一些partial类。我想扩展功能添加一个属性,但edmx文件在另一个程序集中。在这种情况下,它们就像两个不相关的类。
edmx
partial
我该如何解决这个问题?
您可以type从已生成的实体类型中继承另一个edmx属性,并将您的属性添加到继承的属性中。
type
您可以在程序集中创建一个新类,该类将扩展/继承部分类并根据需要添加属性和方法