AttributeQueryExpression Class

Definition

Defines a complex query to retrieve attribute metadata for entities retrieved using an EntityQueryExpression

public ref class AttributeQueryExpression sealed : Microsoft::Xrm::Sdk::Metadata::Query::MetadataQueryExpression
[System.Runtime.Serialization.DataContract(Name="AttributeQueryExpression", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata/Query")]
public sealed class AttributeQueryExpression : Microsoft.Xrm.Sdk.Metadata.Query.MetadataQueryExpression
[<System.Runtime.Serialization.DataContract(Name="AttributeQueryExpression", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata/Query")>]
type AttributeQueryExpression = class
    inherit MetadataQueryExpression
Public NotInheritable Class AttributeQueryExpression
Inherits MetadataQueryExpression
Inheritance
Attributes

Remarks

The following example shows the use of an AttributeQueryExpression to retrieve entity metadata.

Constructors

AttributeQueryExpression()

Initializes a new instance of the AttributeQueryExpression class.

Properties

Criteria

Gets or sets the filter criteria for the metadata query.

(Inherited from MetadataQueryExpression)
ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from MetadataQueryBase)
Properties

Gets or sets the properties to be returned by the query.

(Inherited from MetadataQueryExpression)

Applies to