Note

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

Access to this page requires authorization. You can try .

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

Contains a query expressed in FetchXML.

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

Remarks

Learn how to compose FetchXml queries

Constructors

Name Description
FetchExpression()

Initializes a new instance of the
FetchExpression class.

FetchExpression(String)

Initializes a new instance of the
FetchExpression class, setting the Query property.

Properties

Name Description
ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from QueryBase)
Query

Gets or sets the FetchXML query string.

Applies to