| DocbagfldFind Method (String) |
查找文档包目录。
Namespace: Appkit.Sys.ObjectAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static Docbagfld Find(
string SQLOrId
)
Parameters
- SQLOrId
- Type: SystemString
查询表达式或对象标识,如果是查询表达式一般仅包含条件部分。
Return Value
Type:
Docbagfld查找到的文档包目录,如果未查找到则为 null。
See Also