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

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