FetchExpression 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.
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
- Attributes
Constructors
FetchExpression() | |
FetchExpression(String) |
Initializes a new instance of the FetchExpression class. |
Properties
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from QueryBase) |
Query |
Gets or sets the FetchXML query string. |