Returns the current OrderCriterion wrapped to handle any TSpecializedEntity.
Assembly: Epic.Query.Object
Declaration Syntax
C# |
public override OrderCriterion<TMoreSpecializedEntity> For<TMoreSpecializedEntity>() where TMoreSpecializedEntity : class, TSpecializedEntity
Generic Template Parameters
- TMoreSpecializedEntity
- Type of the entities to order.
Return Value
The current OrderCriterion wrapped to handle any TSpecializedEntity.