| AkObjectFind Method (String, String) |
查找对象。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static AkObject Find(
string typeName,
string SQLOrId
)
Parameters
- typeName
- Type: SystemString
类型名称。 - SQLOrId
- Type: SystemString
查询表达式或对象标识,如果是查询表达式一般仅包含条件部分。
Return Value
Type:
AkObject
See Also