Get the list of ordering directions for the sort expressions in the SPARQL query.

Namespace: BrightstarDB.EntityFramework.Query
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public IList<OrderingDirection> OrderingDirections { get; }
Visual Basic
Public ReadOnly Property OrderingDirections As IList(Of OrderingDirection)
	Get
Visual C++
public:
property IList<OrderingDirection>^ OrderingDirections {
	IList<OrderingDirection>^ get ();
}
F#
member OrderingDirections : IList<OrderingDirection> with get

Property Value

Type: IList<(Of <(<'OrderingDirection>)>)>

See Also