entitySetName枚举或列表

entitySetName枚举或列表

本文介绍了EF4 - entitySetName枚举或列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hy,


 


我在字符串中遇到EntitySetName问题。如果实体名称发生变化,编译将会正常,但会抛出异常。


在.net 3.5中,我手动编写了一个包含所有EntitySetName的枚举,并使用了


 
myEnum.anEntitySetName.ToString()
解决方案

Hy,

I have a problem with EntitySetName in a string. If an entity name change, the compilation will be OK, but an exception will be thrown.

In .net 3.5, I coded manually an enum wich contains all EntitySetName, and used

myEnum.anEntitySetName.ToString()
解决方案


这篇关于EF4 - entitySetName枚举或列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 01:14