Click or drag to resize
ProductListFindByPname Method
按照产品名称查找产品。

Namespace: Appkit.Sys.Object
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public Product FindByPname(
	string value
)

Parameters

value
Type: SystemString
查找值。

Return Value

Type: Product
查找到的产品,如果未查找到则为 null。
See Also