MetadataQueryBase 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 MetadataQueryBase abstract : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Name="MetadataQueryBase", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata/Query")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Metadata.Query.MetadataQueryExpression))]
public abstract class MetadataQueryBase : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Name="MetadataQueryBase", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata/Query")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Metadata.Query.MetadataQueryExpression))>]
type MetadataQueryBase = class
interface IExtensibleDataObject
Public MustInherit Class MetadataQueryBase
Implements IExtensibleDataObject
- Inheritance
-
MetadataQueryBase
- Derived
- Attributes
- Implements
Constructors
MetadataQueryBase() |
Initializes a new instance of the MetadataQueryBase class. |
Properties
ExtensionData |
Gets or sets the structure that contains extra data. |