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