The columns to group records by, in order.

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public IList<DBColumn> GroupBy { get; private set; }
Visual Basic
Public Property GroupBy As IList(Of DBColumn)
	Get
	Private Set

Remarks

Every database (non-aggregated) column in the Columns property must be present in this list. This property is ignored if the AggregateColumns" property is empty.

See Also