Click or drag to resize

Ordering Class

A factory class for generating ISortOrder objects
Inheritance Hierarchy
SystemObject
  Couchbase.Lite.QueryOrdering

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
public static class Ordering

The Ordering type exposes the following members.

Methods
  NameDescription
Public methodStatic memberExpression
Creates an object that will sort based on the given expression
Public methodStatic memberOrderBy
Creates an aggregate object that will sort based on the passed child objects in order
Public methodStatic memberProperty
Creates an object that will sort based on the value in the given property path
Top
See Also