| AkManagerFindObject Method (AkConnection, String, String, Object) |
查找对象。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic 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