Comparteix a través de


XrmAttributeExpression.HasGroupBy Property

Definition

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.

Applies to