XmlHelperExt Methods | Helper帮助文档 |
The XmlHelperExt type exposes the following members.
Methods
Name | Description | |
---|---|---|
Delete(String, String) |
删除节点值
|
|
Delete(String, String, String) |
删除数据
|
|
DeleteXmlAllRows |
删除所有行
|
|
DeleteXmlRowByIndex |
通过删除DataSet中指定索引行,重写XML以实现删除指定行
|
|
DeleteXmlRows |
删除指定列中指定值的行
|
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDataSetByXml |
读取XML返回DataSet
|
|
GetDataViewByXml |
读取XML返回经排序或筛选后的DataView
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Insert(String, String, String, String) |
插入数据
|
|
Insert(String, String, String, String, String) |
插入数据
|
|
MemberwiseClone | (Inherited from Object.) | |
Read(String) |
读取指定节点的数据
|
|
Read(String, String) |
读取指定路径和节点的串联值
|
|
Read(String, String, String) |
读取指定路径和节点的属性值
|
|
ReadAllChild |
获取某一节点的所有孩子节点的值
|
|
ReadAllChildallValue |
获取某一节点的所有孩子节点的值
|
|
ToString | (Inherited from Object.) | |
Update(String, String) |
修改指定节点的数据
|
|
Update(String, String, String) |
修改指定节点的数据
|
|
Update(String, String, String, String) |
修改指定节点的属性值(静态)
|
|
UpdateXmlRow |
更改符合条件的一条记录
|
|
WriteXmlByDataSet |
插入一行数据
|
See Also