但是这个方案最大的缺憾就是由于需要您手动修改生成的代码,任何时候您在设计器中对强类型DataSet进行了更改,您就不得不再次拷贝类型声明部分的代码,很是繁琐。
Since you are manually modifying generated code, anytime you make a change to Typed Dataset via Dataset Designer, you have to remember to copy and paste code. That was painful.
在我们的示例中,这是一个简单的声明,消息的主体是来自类型部分的架构的特殊元素。
In our example, this is a simple statement that the body of the message is a particular element from the schema in the types section.
在清单1中架构的开头部分之后,我需要为我的自定义组件定义类型和声明元素。
After the beginning of the schema in Listing 1, I need to define types and declare elements for my custom components.
应用推荐