FetchXmlToQueryExpressionResponse.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 the results of the query conversion.
public:
property Microsoft::Xrm::Sdk::Query::QueryExpression ^ Query { Microsoft::Xrm::Sdk::Query::QueryExpression ^ get(); };
public Microsoft.Xrm.Sdk.Query.QueryExpression Query { get; }
member this.Query : Microsoft.Xrm.Sdk.Query.QueryExpression
Public ReadOnly Property Query As QueryExpression
Property Value
The results of the query conversion.