Click or drag to resize

QueryResult Constructor (IEnumerableVisit, Int32)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Analytics.Queries
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public QueryResult(
	IEnumerable<Visit> visits,
	int total
)

Parameters

visits
Type: System.Collections.GenericIEnumerableVisit
The collection of visitors representing the current page retrieved from the data source.
total
Type: SystemInt32
The total number of results available.
See Also