XrmAttributeExpression.HasGroupBy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether the data returned by the column should be grouped.
public:
property bool HasGroupBy { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool HasGroupBy { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.HasGroupBy : bool with get, set
Public Property HasGroupBy As Boolean
Property Value
true
if the data returned by the column should be grouped; otherwise,false
.
- Attributes
Remarks
You must set the AggregateType property to XrmAggregateType.None when this is true
.