Fork me on GitHubEpicdominant domains
APIEpic.Query.Object.ExpressionsOrder<(Of <(<'TEntity>)>)>ThanBy(OrderCriterion<(Of <<'(TEntity>)>>))

ThanBy Method (criterion)
Provide a new Order<(Of <(<'TEntity>)>)> that represents the application of the current order criterion and then of criterion.

Assembly: Epic.Query.Object

Declaration Syntax
C#
public Order<TEntity> ThanBy(
	OrderCriterion<TEntity> criterion
)
Parameters
criterion (OrderCriterion<(Of <(<'TEntity>)>)>)
The order criterion to apply after the current one.
Return Value
Exceptions
ExceptionCondition
ArgumentNullExceptioncriterion is nullNothingnullptr.
blog comments powered by Disqus