Click or drag to resize

FindFieldGroupPriority Field

A non-negative value defines that the result should be grouped by this field. If multiple fields have a GroupPriority set, the field with the lowest value has the highest grouping priority.

Namespace:  PDTec.IceNet.Core.Database.Query
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public int GroupPriority

Field Value

Type: Int32
Remarks
If any grouping or aggregation is set, all fields must have an aggreation or GroupPriority property set.
See Also