| FrmsectypeExists Method (String) |
指定查询条件或标识的版块类别是否存在。
Namespace: Appkit.Sys.ObjectAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static bool Exists(
string SQLOrId
)
Parameters
- SQLOrId
- Type: SystemString
查询表达式或对象标识,如果是查询表达式一般仅包含条件部分。
Return Value
Type:
Boolean如果存在为 true、否则为 false。
See Also