Table of Contents

Interface IOrderedEntityQuery<T>

Namespace
System.Linq
Assembly
Instagile.dll

Represents the result of a sorting operation.

public interface IOrderedEntityQuery<out T> : IEntityQuery<T>, IOrderedEntityQuery, IEntityQuery

Type Parameters

T

The type of the content of the data source.

Inherited Members
Extension Methods