| OrderLine Constructor (DataRow) |
Note: This API is now obsolete.
Initializes a new instance of the
OrderLine class
Namespace:
Dynamicweb.Ecommerce.Orders
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("This method is no longer used.")]
public OrderLine(
DataRow dataRow
)
<ObsoleteAttribute("This method is no longer used.")>
Public Sub New (
dataRow As DataRow
)
Parameters
- dataRow
- Type: System.DataDataRow
See Also