Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

AggregateColumnCollection..::..HasGroupBy Property

If this returns true, there are columns that need to go into a GROUP BY clause.

Namespace:  Tortuga.Chain.Aggregates
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public bool HasGroupBy { get; }
Public ReadOnly Property HasGroupBy As Boolean
	Get
public:
property bool^ HasGroupBy {
	bool^ get ();
}

Field Value

true if this instance has group by; otherwise, false.