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