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: 2.0.0-b0520
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 memberProperty
Creates an object that will sort based on the value in the given property path
Top
See Also