| ProductListFindByPname Method |
按照产品名称查找产品。
Namespace: Appkit.Sys.ObjectAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic Product FindByPname(
string value
)
Parameters
- value
- Type: SystemString
查找值。
Return Value
Type:
Product查找到的产品,如果未查找到则为 null。
See Also