Used in a QueryConfig to define the order in which you wish to receive data.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.2.0.0 (11.2.1.1)
Syntax
| C# | Visual Basic | Visual C++ |
public class OrderDefinition
Public Class OrderDefinition
public ref class OrderDefinition
Members
| All Members | Constructors | Methods |
| Member | Description | |
|---|---|---|
| OrderDefinition()()()() |
Construct an order definition object. Use Add(OrderDefinition..::..Direction, array<String>[]()[][]) methods to add fields and
directions to the sort.
| |
| Add(OrderDefinition..::..Direction, array<String>[]()[][]) |
Adds one or more fields to the order definition with the given direction.
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| Reverse()()()() |
Creates an OrderDefinition that is the exact opposite of the curtrent one.
| |
| Reverse(OrderDefinition..::..Direction) |
Reverses the given sorting direction.
| |
| ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
StreamBase.LiveView.API..::..OrderDefinition
StreamBase.LiveView.API..::..OrderDefinition