QueryByAttribute ComplexType

A query that is expressed as a set of attribute and value pairs.

Base Type
QueryBase

Properties

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

Name Type Details
Attributes Collection( Edm.String )

The set of attributes selected in the query.

ColumnSet ColumnSet

The set of column values to return.

EntityName Edm.String

The logical name of the entity to query.

Orders Collection(OrderExpression)

The order in which the records are returned from the query.

PageInfo PagingInfo

The number of pages and the number of entity instances per page returned from the query.

TopCount Edm.Int32

The number of rows to be returned.

Values Collection(Object)

The column values to look for when the query is executed.

Used by

The following may use the QueryByAttribute ComplexType.

Name How used
BackgroundSendEmail Query Parameter
BulkDetectDuplicates Query Parameter
FullTextSearchKnowledgeArticle QueryExpression Parameter
QueryExpressionToFetchXml Query Parameter
SendBulkMail Query Parameter
Rollup Query Parameter

See also