EntityQueryExpression ComplexType
Query expression for the tables to return.
Properties
The properties of a complex type contain the structured data of the type.
Name | Type | Details |
---|---|---|
AttributeQuery | AttributeQueryExpression |
Query expression for the table column schema data to return. |
Criteria | MetadataFilterExpression |
Criteria for retrieveing table schema data. |
KeyQuery | EntityKeyQueryExpression |
Query expression for the table alternate key data to return. |
LabelQuery | LabelQueryExpression |
Query expression for the labels to return. |
Properties | MetadataPropertiesExpression |
The schema properties in tables to be retrieved. |
RelationshipQuery | RelationshipQueryExpression |
Query expression for the table relationship schema data to return. |
Used by
The following use the EntityQueryExpression ComplexType.
Name | How used |
---|---|
RetrieveMetadataChanges | Query Parameter |
Remarks
Use this complex type as the Query
parameter of the RetrieveMetadataChanges Function to retrieve table schema definitions and efficiently maintain a cache of this data in your application.
For more information see: