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