QueryExpressionToFetchXmlRequest.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 query to convert.
public:
property Microsoft::Xrm::Sdk::Query::QueryBase ^ Query { Microsoft::Xrm::Sdk::Query::QueryBase ^ get(); void set(Microsoft::Xrm::Sdk::Query::QueryBase ^ value); };
public Microsoft.Xrm.Sdk.Query.QueryBase Query { get; set; }
member this.Query : Microsoft.Xrm.Sdk.Query.QueryBase with get, set
Public Property Query As QueryBase
Property Value
The query to convert.