FetchExpression.Query Property
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.
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
Type: StringThe FetchXML query string.
- Attributes
Remarks
The query must specify entity names and a column set. If the column set includes attributes that are not valid for retrieve or that you do not have access to, they will be ignored.