| AkQueryParseConditionXml Method |
解析XML格式的条件。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static AkQuery ParseConditionXml(
string objType,
string xmlContent
)
Parameters
- objType
- Type: SystemString
对象类型。 - xmlContent
- Type: SystemString
XML格式的条件。
Return Value
Type:
AkQuery条件对象。
See Also