Click or drag to resize
AkQueryParseConditionXml Method
解析XML格式的条件。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static AkQuery ParseConditionXml(
	string objType,
	string xmlContent
)

Parameters

objType
Type: SystemString
对象类型。
xmlContent
Type: SystemString
XML格式的条件。

Return Value

Type: AkQuery
条件对象。
See Also