<Contents>
<Section Code="" Name="username" DisplayName="用户名">
<Text/>
<Values/>
</Section>
<Section Code="" Name="password" IntID="" EntyID="" DisplayName="">
<Text>数据1</Text>
<Values/>
</Section>
                 ……
</Contents>
将节点名称Section改为Entity 
<Contents>
<Entity Code="" Name="username" DisplayName="用户名">
<Text/>
<Values/>
</Entity>
<Entity Code="" Name="password" IntID="" EntyID="" DisplayName="">
<Text>数据1</Text>
<Values/>
</Entity>
                ……
</Contents>
偶的sql很马马虎虎,查了很久。得到的结论是
“只能先插入Entity节点,把数值和属性从Section复制过了,再删除Section点。”不知道对不对,还有各位能不能写个小例子参考参考,先谢谢啦