| 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; }
Public Property Field As QueryField
Get
Set
Property Value
Type:
QueryFieldThe field.
Exceptions Exception | Condition |
---|
ArgumentException | Query results cannot be order by custom field.;value |
See Also