Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MetadataPropertiesExpression ComplexType

Namespace:
Microsoft.Dynamics.CRM

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