Gets the CStandardOrderLine object on the order for the given product
Namespace:
Asi.iBO.CommerceAssembly: 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.