Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ColumnSet ComplexType

Namespace:
Microsoft.Dynamics.CRM

Specifies the attributes for which non-null values are returned from a query.

Properties

The properties of a complex type contain the structured data of the type.

Name Type Details
AllColumns Edm.Boolean

Whether to retrieve all the attributes of a record.

AttributeExpressions Collection(XrmAttributeExpression)

Collection of objects that contains properties such as the alias of the column in the column set.

Columns Collection( Edm.String )

The collection of Strings containing the names of the attributes to be retrieved from a query.

Used by

The following use the ColumnSet ComplexType.

Name How used
QueryExpression ColumnSet Property
LinkEntity Columns Property
QueryByAttribute ColumnSet Property

See also