Delen via


<columnset> (SavedQuery)

Van toepassing op: CRM 2015 on-prem, CRM Online

Beschrijft een groep kolommen die geretourneerd moet worden als columnsetxml wordt gebruikt in een opgeslagen query.

Syntax

<columnset 
 distinct=["0" | "1" | "true" | "false"]
 version="String">
 <ascend />
 <column />
 <descend />
 <filter />
</columnset>

Attributes and Elements

The following describes the attributes, child elements, and parent elements.

Attributes

Attribute Description Type Usage

distinct

Not used.

Boolean

Optional

version

Deprecated.

String

Optional

Child Elements

Element Description

<column> (SavedQuery)

Beschrijft een veld dat in een opgeslagen query is geretourneerd met columnsetxml.

<ascend> (SavedQuery)

Hiermee wordt het kenmerk (kolom) opgegeven in de kolomset die in oplopende volgorde zal worden gesorteerd.

<descend> (SavedQuery)

Hiermee wordt het kenmerk (kolom) opgegeven in de kolomset die in aflopende volgorde zal worden gesorteerd.

<filter> (Fetch XML)

Used for constructing complex conditionals.

Parent Elements

Element Description

<columnsetxml> (SavedQuery)

Beschrijft een set kolommen die geretourneerd moet worden in een opgeslagen query.

Element Information

Schema Type

complexType

Validation File

CustomizationSolution.xsd

Number of occurrences

0 or 1

XPath

//Entity/SavedQueries/savedqueries/savedquery/columnsetxml/columnset

Zie ook

Verwijzing

Saved query XML reference

Microsoft Dynamics CRM 2015 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.