Click or drag to resize

QueryTranslateToSubQuery Method

Translates the given element into the native query language of the target data source.

Namespace:  Dynamicweb.Analytics.Queries
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public string TranslateToSubQuery()

Return Value

Type: String
Translated element.
Remarks
Translated query represent a sub-query meaning that it ognores any OrderBy or Frame parameters.
See Also