XmlHelperExtUpdateXmlRow 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 UpdateXmlRow( string strXmlPath, string[] Columns, string[] ColumnValue, string strWhereColumnName, string strWhereColumnValue )
Public Shared Function UpdateXmlRow ( strXmlPath As String, Columns As String(), ColumnValue As String(), strWhereColumnName As String, strWhereColumnValue As String ) As Boolean
public: static bool UpdateXmlRow( String^ strXmlPath, array<String^>^ Columns, array<String^>^ ColumnValue, String^ strWhereColumnName, String^ strWhereColumnValue )
static member UpdateXmlRow : strXmlPath : string * Columns : string[] * ColumnValue : string[] * strWhereColumnName : string * strWhereColumnValue : string -> bool
Parameters
- strXmlPath
- Type: SystemString
XML文件路径 - Columns
- Type: SystemString
列名数组 - ColumnValue
- Type: SystemString
列值数组 - strWhereColumnName
- Type: SystemString
条件列名 - strWhereColumnValue
- Type: SystemString
条件列值
Return Value
Type: Boolean[Missing <returns> documentation for "M:HD.Common.XmlHelperExt.UpdateXmlRow(System.String,System.String[],System.String[],System.String,System.String)"]
See Also