MetadataQueryExpression Class
Definition
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.
Represents the abstract base class for constructing a metadata query.
public ref class MetadataQueryExpression abstract : Microsoft::Xrm::Sdk::Metadata::Query::MetadataQueryBase
[System.Runtime.Serialization.DataContract(Name="MetadataQueryExpression", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata/Query")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Metadata.Query.AttributeQueryExpression))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Metadata.Query.RelationshipQueryExpression))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Metadata.Query.LabelQueryExpression))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Metadata.Query.EntityKeyQueryExpression))]
public abstract class MetadataQueryExpression : Microsoft.Xrm.Sdk.Metadata.Query.MetadataQueryBase
[<System.Runtime.Serialization.DataContract(Name="MetadataQueryExpression", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata/Query")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Metadata.Query.AttributeQueryExpression))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Metadata.Query.RelationshipQueryExpression))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Metadata.Query.LabelQueryExpression))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Metadata.Query.EntityKeyQueryExpression))>]
type MetadataQueryExpression = class
inherit MetadataQueryBase
Public MustInherit Class MetadataQueryExpression
Inherits MetadataQueryBase
- Inheritance
- Derived
- Attributes
Constructors
MetadataQueryExpression() |
Initializes a new instance of the MetadataQueryExpression class. |
Properties
Criteria |
Gets or sets the filter criteria for the metadata query. |
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. |