PageInfoTransformer<T>.TransformTop(IQueryable<T>, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::Linq::IQueryable<T> ^ TransformTop(System::Linq::IQueryable<T> ^ queryable, int count);
public System.Linq.IQueryable<T> TransformTop (System.Linq.IQueryable<T> queryable, int count);
member this.TransformTop : System.Linq.IQueryable<'T> * int -> System.Linq.IQueryable<'T>
Public Function TransformTop (queryable As IQueryable(Of T), count As Integer) As IQueryable(Of T)
Parameters
- queryable
- IQueryable<T>
- count
- Int32
Returns
IQueryable<T>