Click or drag to resize
InfocommentExists Method (String)
指定查询条件或标识的评论是否存在。

Namespace: Appkit.Sys.Object
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static bool Exists(
	string SQLOrId
)

Parameters

SQLOrId
Type: SystemString
查询表达式或对象标识,如果是查询表达式一般仅包含条件部分。

Return Value

Type: Boolean
如果存在为 true、否则为 false。
See Also