Gets or sets whether the dimension value is sorted by refinement sort order or by record count. If set to use the default, the dimension value will be sorted by refinement sort order or record count, depending on the dimension's setting in Developer Studio. This is only used if the dimension value has a limit on the number of dimension values it returns.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
[DefaultValueAttribute(null)]
public Nullable<bool> OrderByRecordCount { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(Nothing)> _
Public Property OrderByRecordCount As Nullable(Of Boolean)
Visual C++
[DefaultValueAttribute(nullptr)]
public:
property Nullable<bool> OrderByRecordCount {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}

See Also