ColumnSet.AttributeExpressions Property

Definition

Gets or sets data that describes aggregations and grouping of data.

public:
 property Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::Query::XrmAttributeExpression ^> ^ AttributeExpressions { Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::Query::XrmAttributeExpression ^> ^ get(); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.Query.XrmAttributeExpression> AttributeExpressions { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.AttributeExpressions : Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.Query.XrmAttributeExpression> with get, set
Public Property AttributeExpressions As DataCollection(Of XrmAttributeExpression)

Property Value

Data that describes aggregations and grouping of data.

Attributes

Remarks

The AllColumns property must be false when you add items to this collection.

Applies to