XmlHelperExtDeleteXmlRows Method | Helper帮助文档 |
删除指定列中指定值的行
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool DeleteXmlRows( string strXmlPath, string strColumn, string[] ColumnValue )
Public Shared Function DeleteXmlRows ( strXmlPath As String, strColumn As String, ColumnValue As String() ) As Boolean
public: static bool DeleteXmlRows( String^ strXmlPath, String^ strColumn, array<String^>^ ColumnValue )
static member DeleteXmlRows : strXmlPath : string * strColumn : string * ColumnValue : string[] -> bool
Parameters
- strXmlPath
- Type: SystemString
XML相对路径 - strColumn
- Type: SystemString
列名 - ColumnValue
- Type: SystemString
指定值
Return Value
Type: Boolean[Missing <returns> documentation for "M:HD.Common.XmlHelperExt.DeleteXmlRows(System.String,System.String,System.String[])"]
See Also