Note

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

Access to this page requires authorization. You can try .

MetadataConditionExpression 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.

Contains a condition expression used to filter the results of the metadata query.

public ref class MetadataConditionExpression sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Name="MetadataConditionExpression", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata/Query")]
[System.Runtime.Serialization.KnownType("GetKnownConditionValueTypes")]
public sealed class MetadataConditionExpression : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Name="MetadataConditionExpression", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata/Query")>]
[<System.Runtime.Serialization.KnownType("GetKnownConditionValueTypes")>]
type MetadataConditionExpression = class
 interface IExtensibleDataObject
Public NotInheritable Class MetadataConditionExpression
Implements IExtensibleDataObject
Inheritance
MetadataConditionExpression
Attributes
Implements

Constructors

Name Description
MetadataConditionExpression()

Initializes a new instance of the MetadataConditionExpression class.

MetadataConditionExpression(String, MetadataConditionOperator, Object)

Initializes a new instance of the MetadataConditionExpression class.

Properties

Name Description
ConditionOperator

Gets or sets the condition operator.

ExtensionData

Gets or sets the structure that contains extra data.

PropertyName

Gets or sets the name of the metadata property in the condition expression.

Value

Gets or sets the value for the metadata property.

Applies to