XmlHelperExt.DeleteXmlRowByIndex Method

HD.Common

XmlHelperExtDeleteXmlRowByIndex Method Helper帮助文档
通过删除DataSet中指定索引行,重写XML以实现删除指定行

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static bool DeleteXmlRowByIndex(
	string strXmlPath,
	int iDeleteRow
)
Public Shared Function DeleteXmlRowByIndex ( 
	strXmlPath As String,
	iDeleteRow As Integer
) As Boolean
public:
static bool DeleteXmlRowByIndex(
	String^ strXmlPath, 
	int iDeleteRow
)
static member DeleteXmlRowByIndex : 
        strXmlPath : string * 
        iDeleteRow : int -> bool 

Parameters

strXmlPath
Type: SystemString

[Missing <param name="strXmlPath"/> documentation for "M:HD.Common.XmlHelperExt.DeleteXmlRowByIndex(System.String,System.Int32)"]

iDeleteRow
Type: SystemInt32
要删除的行在DataSet中的Index值

Return Value

Type: Boolean

[Missing <returns> documentation for "M:HD.Common.XmlHelperExt.DeleteXmlRowByIndex(System.String,System.Int32)"]

See Also

Reference