Click or drag to resize

ViewFill Method

Fills this instance with data from the specified data reader.

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

Parameters

dataReader
Type: System.DataIDataReader
The dataReader.
See Also