XmlHelperExt.GetDataViewByXml Method

HD.Common

XmlHelperExtGetDataViewByXml Method Helper帮助文档
读取XML返回经排序或筛选后的DataView

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

public DataView GetDataViewByXml(
	string strWhere,
	string strSort
)
Public Function GetDataViewByXml ( 
	strWhere As String,
	strSort As String
) As DataView
public:
DataView^ GetDataViewByXml(
	String^ strWhere, 
	String^ strSort
)
member GetDataViewByXml : 
        strWhere : string * 
        strSort : string -> DataView 

Parameters

strWhere
Type: SystemString
筛选条件,如:"name='kgdiwss'"
strSort
Type: SystemString
排序条件,如:"Id desc"

Return Value

Type: DataView

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

See Also

Reference