  | 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
Syntaxpublic QueryResult(
	IEnumerable<Visit> visits,
	int total
)
Public Sub New ( 
	visits As IEnumerable(Of Visit),
	total As Integer
)
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