Click or drag to resize

QueryResultFrameAmount Property

Gets or sets the number of results to retrive.

Namespace:  Dynamicweb.Analytics.Queries
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public int Amount { get; set; }

Return Value

Type: Int32
Specifying value less or equal to zero will result in selecting all records starting from the given offset.
See Also