Gets the CStandardOrderLine object on the order for the given product

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public CStandardOrderLine GetStandardOrderLineByProductCode(
	string productCode
)
Visual Basic (Declaration)
Public Function GetStandardOrderLineByProductCode ( _
	productCode As String _
) As CStandardOrderLine
Visual C++
public:
CStandardOrderLine^ GetStandardOrderLineByProductCode(
	String^ productCode
)

Parameters

productCode
Type: System..::.String
The key to the product to find.

Return Value

The CStandardOrderLine object from the OrderLines array that is an order for the supplied product.

See Also