Click or drag to resize

PFQueryPagingIncludeNextResult Property

Gets or sets a value indicating whether this query can include the first result of the next page, if any.

This allows to know easily if there is a next page.

Only used if EnablePaging is set to true.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[XmlIgnoreAttribute]
public bool PagingIncludeNextResult { get; set; }

Property Value

Type: Boolean
See Also