Fork me on GitHubEpicdominant domains
APIEpic.Query.ObjectOrderCriteria<(Of <(<'TEntity>)>)>Chain(OrderCriterion<(Of <<'(TEntity>)>>))

Chain Method (other)
Chain the specified criterion after the current chain.

Assembly: Epic.Query.Object

Declaration Syntax
C#
public override OrderCriterion<TEntity> Chain(
	OrderCriterion<TEntity> other
)
Parameters
other (OrderCriterion<(Of <(<'TEntity>)>)>)
Another order criterion.
Return Value
A new set of OrderCriteria<(Of <(<'TEntity>)>)> that evaluates the other criterion after the current ones.
Remarks
If other is a set of OrderCriteria<(Of <(<'TEntity>)>)>, the contained criteria are merged after those in the current instance.
Exceptions
ExceptionCondition
ArgumentNullExceptionother is nullNothingnullptr.
blog comments powered by Disqus