Click or drag to resize
AkManagerFindObject Method (AkConnection, String, String, Object)
查找对象。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public AkObject FindObject(
	AkConnection connection,
	string typeName,
	string propName,
	Object propValue
)

Parameters

connection
Type: Appkit.DataAkConnection
连接,一般与事务相关。
typeName
Type: SystemString
对象类型。
propName
Type: SystemString
属性名称。
propValue
Type: SystemObject
查找值。

Return Value

Type: AkObject
查找到的对象。
See Also