Click or drag to resize

QueryResultFrame Class

Represents a visit query result frame. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.QueriesQueryResultFrame

Namespace:  Dynamicweb.Analytics.Queries
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public sealed class QueryResultFrame : IComparable<QueryResultFrame>, 
	IComparable

The QueryResultFrame type exposes the following members.

Constructors
  NameDescription
Public methodQueryResultFrame
Initializes a new instance of an object.
Public methodQueryResultFrame(Int32)
Initializes a new instance of an object.
Public methodQueryResultFrame(Int32, Int32)
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyAmount
Gets or sets the number of results to retrive.
Public propertyOffset
Gets or sets the offset to select records from.
Top
Methods
Fields
  NameDescription
Public fieldStatic memberUnlimited
Gets the reference to a page that declares selecting all records.
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIComparableCompareTo
Compares the current object with specified one.
Top
See Also