Table of Contents

Property OrderBy

Namespace
MongoDB.Driver.Linq
Assembly
MongoDB.Driver.Legacy.dll

OrderBy

Gets a list of Expressions that defines the sort order (or null if not specified).

public ReadOnlyCollection<OrderByClause> OrderBy { get; }

Property Value

ReadOnlyCollection<OrderByClause>