Click or drag to resize
FrmsectypeFind Method (AkConnection, String)
查找版块类别。

Namespace: Appkit.Sys.Object
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static Frmsectype Find(
	AkConnection connection,
	string SQLOrId
)

Parameters

connection
Type: Appkit.DataAkConnection
连接,一般与事务相关。
SQLOrId
Type: SystemString
查询表达式或对象标识,如果是查询表达式一般仅包含条件部分。

Return Value

Type: Frmsectype
查找到的版块类别,如果未查找到则为 null。
See Also