| AkManagerGetObjectList Method (AkConnection, String, String, Object) |
获取对象集合。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic List<AkObject> GetObjectList(
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:
ListAkObject对象集合。
See Also