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

Chain Method (other)
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
ExceptionCondition
ArgumentNullExceptionother is nullNothingnullptr.
blog comments powered by Disqus