DbExpressionBuilder.ToSortClauseDescending Method
.NET Framework 4.5
Creates a new DbSortClause with a descending sort order and default collation.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ToSortClauseDescending(DbExpression) | Creates a new DbSortClause with a descending sort order and default collation. |
|
ToSortClauseDescending(DbExpression, String) | Creates a new DbSortClause with a descending sort order and the specified collation. |