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 Properties Property
RelationshipQueryExpression Properties Property
AttributeQueryExpression Properties Property
EntityKeyQueryExpression Properties Property

See also