LinkEntity ComplexType

Specifies the links between multiple entity types used in creating complex queries.

Properties

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

Name Type Details
Columns ColumnSet

The column set.

EntityAlias Edm.String

The alias for the entity.

ForceSeek Edm.String

For internal use only

JoinOperator JoinOperator

The join operator.

LinkCriteria FilterExpression

The complex condition and logical filter expressions that filter the results of the query.

LinkEntities Collection(LinkEntity)

The links between multiple entity types.

LinkFromAttributeName Edm.String

The logical name of the attribute of the entity that you are linking from.

LinkFromEntityName Edm.String

The logical name of the entity that you are linking from.

LinkToAttributeName Edm.String

The logical name of the attribute of the entity that you are linking to.

LinkToEntityName Edm.String

The logical name of the entity that you are linking to.

Orders Collection(OrderExpression)

The order expressions to apply to the query.

Used by

The following use the LinkEntity ComplexType.

Name How used
QueryExpression LinkEntities Property
FilterExpression AnyAllFilterLinkEntity Property
LinkEntity LinkEntities Property

See also