ColumnSet.AttributeExpressions 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 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.