MetadataPropertiesExpression ComplexType

Contains the properties 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
AllProperties Edm.Boolean

Whether to retrieve all the properties of a metadata object.

PropertyNames Collection( Edm.String )

Collection of strings representing the metadata properties to retrieve.

Used by

The following use the MetadataPropertiesExpression ComplexType.

Name How used
EntityQueryExpression Property
RelationshipQueryExpression Property
AttributeQueryExpression Property
EntityKeyQueryExpression Property

See also