Note

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

Access to this page requires authorization. You can try .

RelationshipQueryExpression Class

Definition

Namespace:
Microsoft.Xrm.Sdk.Metadata.Query
Assembly:
Microsoft.Xrm.Sdk.dll
Package:
Microsoft.PowerPlatform.Dataverse.Client v1.2.10

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

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

Constructors

Name Description
RelationshipQueryExpression()

Initializes a new instance of the RelationshipQueryExpression class.

Properties

Name Description
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