Click or drag to resize

QueryResultOrderField Property

Gets or sets the order by field.

Namespace:  Dynamicweb.Analytics.Queries
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public QueryField Field { get; set; }

Property Value

Type: QueryField
The field.
Exceptions
ExceptionCondition
ArgumentExceptionQuery results cannot be order by custom field.;value
See Also