EntityQueryExpression ComplexType
Contains the retrieved entity metadata.
Properties
The properties of a complex type contain the structured data of the type.
| Name | Type | Details |
|---|---|---|
| LabelQuery | LabelQueryExpression |
Query expression for the labels to return. |
| AttributeQuery | AttributeQueryExpression |
Query expression for the entity attribute metadata to return. |
| RelationshipQuery | RelationshipQueryExpression |
Query expression for the entity relationship metadata to return. |
| KeyQuery | EntityKeyQueryExpression |
Query expression for the entity key metadata to return. |
| Criteria | MetadataFilterExpression |
Criteria for retrieveing entity metadata. |
| Properties | MetadataPropertiesExpression |
The properties in entities to be retrieved. |
Used by
The following use the EntityQueryExpression ComplexType.
| Name | How used |
|---|---|
| RetrieveMetadataChanges | Parameter |