Provide a new Order<(Of <(<'TEntity>)>)> that represents the application of
the current order criterion and then of criterion.
Assembly: Epic.Query.Object
Declaration Syntax
| C# |
public Order<TEntity> ThanBy( OrderCriterion<TEntity> criterion )
Parameters
- criterion (OrderCriterion<(Of <(<'TEntity>)>)>)
- The order criterion to apply after the current one.
Return Value
A new Order<(Of <(<'TEntity>)>)>.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | criterion is nullNothingnullptr. |
