Chain the specified criterion after the current one.
Assembly: Epic.Query.Object
Declaration Syntax
C# |
public override OrderCriterion<TEntity> Chain( OrderCriterion<TEntity> other )
Parameters
- other (OrderCriterion<(Of <(<'TEntity>)>)>)
- Another criterion.
Return Value
A new set of OrderCriteria<(Of <(<'TEntity>)>)> that evaluates
the other criterion after the current one.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | other is nullNothingnullptr. |