FetchExpression.Query Property

Definition

Gets or sets the FetchXML query string.

public:
 property System::String ^ Query { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string Query { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Query : string with get, set
Public Property Query As String

Property Value

The FetchXML query string.

Attributes

Remarks

Learn how to compose FetchXml queries

Applies to