Click or drag to resize

EmailNotificationFill Method (IDataReader, Boolean, Boolean)

Fills object properties with data provided by a given data reader.

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
protected void Fill(
	IDataReader reader,
	bool withProfile,
	bool withRecipients
)

Parameters

reader
Type: System.DataIDataReader
A data reader to get the data from.
withProfile
Type: SystemBoolean
Indicates whether profile data is also available for retrieval.
withRecipients
Type: SystemBoolean
Indicates whether recipients data is also available for retrieval.
See Also