| EmailNotification Constructor (IDataReader) |
Initializes a new instance of an object.
Namespace:
Dynamicweb.Analytics.Notifications
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public EmailNotification(
IDataReader reader
)
Public Sub New (
reader As IDataReader
)
Parameters
- reader
- Type: System.DataIDataReader
Data reader used to fill object property values.
See Also