| AkObjectFind Method (AkConnection, String, String, Object) |
查找对象。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static AkObject Find(
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查找到的对象、如果没有找到则为null。
See Also