Returns a criterion that chain the other order criterion after this.
            
Assembly: Epic.Query.Object
Declaration Syntax
| C# | 
public abstract OrderCriterion<TEntity> Chain( OrderCriterion<TEntity> other )
Parameters
- other (OrderCriterion<(Of <(<'TEntity>)>)>)
- Another order criterion.
Return Value
A criterion that chain the other order criterion after the current one.
Exceptions
| Exception | Condition | 
|---|---|
| ArgumentNullException | other is nullNothingnullptr | 
