Note

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

Access to this page requires authorization. You can try .

QueryBase Class

Definition

Namespace:
Microsoft.Xrm.Sdk.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.

Represents the abstract base class for constructing a query.

public ref class QueryBase abstract : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Name="QueryBase", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Query.QueryExpression))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Query.QueryByAttribute))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Query.FetchExpression))]
public abstract class QueryBase : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Name="QueryBase", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Query.QueryExpression))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Query.QueryByAttribute))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Query.FetchExpression))>]
type QueryBase = class
 interface IExtensibleDataObject
Public MustInherit Class QueryBase
Implements IExtensibleDataObject
Inheritance
QueryBase
Derived
Attributes
Implements

Constructors

Name Description
QueryBase()

Initializes a new instance of the QueryBase class.

Properties

Name Description
ExtensionData

Gets or sets the structure that contains extra data.

Applies to