  | QueryResultFrame Constructor (Int32, Int32) | 
 
            Initializes a new instance of an object.
            
 
    Namespace: 
   Dynamicweb.Analytics.Queries
    Assembly:
   Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntaxpublic QueryResultFrame(
	int offset,
	int amount
)
Public Sub New ( 
	offset As Integer,
	amount As Integer
)
Parameters
- offset
 - Type: SystemInt32
The offset to select records from. - amount
 - Type: SystemInt32
The number of results to retrive. 
See Also