Gets the SortDirection that is used to sort the records that match this BusinessRule.

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

Syntax

C#
public Nullable<SortDirection> SortDirection { get; }
Visual Basic (Declaration)
Public ReadOnly Property SortDirection As Nullable(Of SortDirection)
Visual C++
public:
property Nullable<SortDirection> SortDirection {
	Nullable<SortDirection> get ();
}

Remarks

Defining a sort direction for a business rule is an optional step when configuring the rule in Developer Studio. If no sort order is defined, then this method returns null, and the records that match the business rule are returned in the default sort order of the MDEX engine.

See Also