| DownloaddemandFind Method (AkConnection, String, Object) |
查找下载申请。
Namespace: Appkit.Sys.ObjectAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static Downloaddemand Find(
AkConnection connection,
string propName,
Object propValue
)
Parameters
- connection
- Type: Appkit.DataAkConnection
连接,一般与事务相关。 - propName
- Type: SystemString
属性名称。 - propValue
- Type: SystemObject
查找值。
Return Value
Type:
Downloaddemand查找到的下载申请,如果未查找到则为 null。
See Also