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