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: 6.0.0.0 (6.0.6225.27214)
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