Click or drag to resize

LeadEmailFill Method

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

Namespace:  Dynamicweb.Analytics.Leads
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public override void Fill(
	IDataReader reader
)

Parameters

reader
Type: System.DataIDataReader
A data reader to get the data from.
Remarks