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

Order<(Of <(<'TEntity>)>)>
Represent the application of an ordering condition to an IEnumerable<(Of <(<'T>)>)>.
Inheritance Hierarchy
Object
VisitableBase
 Expression
  Expression<(Of <(<'IEnumerable<(Of <(<'TEntity>)>)>>)>)>
   Order<(Of <(<'TEntity>)>)>

Assembly: Epic.Query.Object

Declaration Syntax
C#
[SerializableAttribute]
public sealed class Order<TEntity> : Expression<IEnumerable<TEntity>>
where TEntity : class
Generic Template Parameters
TEntity
Type of the entity.
Members
All MembersConstructorsMethodsProperties  



MemberDescription
Order<(Of <(<'TEntity>)>)>(Expression<(Of <<'(IEnumerable<(Of <<'(TEntity>)>>)>)>>), OrderCriterion<(Of <<'(TEntity>)>>))
Initializes a new instance of the Order<(Of <(<'TEntity>)>)> class.
Accept<(Of <<'(TResult>)>>)(IVisitor<(Of <<'(TResult>)>>), IVisitContext)
Accept the specified visitor and context.
(Overrides VisitableBase.Accept<(Of <<'(TResult>)>>)(IVisitor<(Of <<'(TResult>)>>), IVisitContext).)
Criterion
The order criterion.
GetObjectData(SerializationInfo, StreamingContext)
Gets the object data to serialize.
(Overrides Expression.GetObjectData(SerializationInfo, StreamingContext).)
Source
The IEnumerable<(Of <(<'T>)>)> to sort.
ThanBy(OrderCriterion<(Of <<'(TEntity>)>>))
Provide a new Order<(Of <(<'TEntity>)>)> that represents the application of the current order criterion and then of criterion.
blog comments powered by Disqus