Skip to content

Structure

SQLOrderBy

A pair of expressions, one describing a query sort key and the other a directionality for that key.
struct SQLOrderBy

Overview

Use SQLDirection to describe directionality unless a nonstandard value is needed.

This expression type is an implementation detail of SQLPartialResultBuilder and should not have been made public API. Users should avoid using this type.

Topics

Initializers

Instance Properties

Instance Methods

Relationships

Conforms To

See Also

Clause Expressions