本文介绍了扩展OrderTemplate的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想扩展OrderTemplate以添加另一个属性。 我也希望将这些新的ordertemplate与其余的单独存储在一个表中。 有关如何做到这一点的任何指导? 我没有在映射文件中看到任何对OrderTemplate的引用。 我看到OrderTemplate提到的唯一地方是web.config。
I would like to extend the OrderTemplate to add another property. I wouldalso like these new ordertemplates to be stored in a table seperately from the rest. Any guidence on how this would be done? I don't see any reference to OrderTemplate in the mapping files. The only place I see OrderTemplate mentioned is in the web.config.
推荐答案
这篇关于扩展OrderTemplate的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!