ColumnSet ComplexType

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.

Columns Collection( Edm.String )

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

AttributeExpressions Collection( XrmAttributeExpression )

Used by

The following use the ColumnSet ComplexType.

Name How used
QueryExpression Property
LinkEntity Property
QueryByAttribute Property

See also