Show / Hide Table of Contents

Interface ISortOrder

An interface representing the way that an IOrderBy should be sorted

Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public interface ISortOrder : IOrdering

Methods

| Improve this Doc View Source

Ascending()

Returns an IExpression that will sort in ascending order

Declaration
IOrdering Ascending()
Returns
Type Description
IOrdering

An IExpression that will sort in ascending order

| Improve this Doc View Source

Descending()

Returns an IExpression that will sort in desecending order

Declaration
IOrdering Descending()
Returns
Type Description
IOrdering

An IExpression that will sort in desecending order

  • Improve this Doc
  • View Source
Back to top Generated by DocFX