Click or drag to resize

JoinFieldGroupPriority 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.0.0.0 (7.0.6906.26599)
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