Property OrderBy
| Improve this Doc View SourceOrderBy
Gets the ORDER BY list.
Declaration
public IReadOnlyList<DbExpressionSort> OrderBy { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IReadOnlyList<DbExpressionSort> |
Gets the ORDER BY list.
public IReadOnlyList<DbExpressionSort> OrderBy { get; }
| Type | Description |
|---|---|
| System.Collections.Generic.IReadOnlyList<DbExpressionSort> |