اقرأ باللغة الإنجليزية

مشاركة عبر


QueryableExtensions.Skip<TSource> Method

Definition

Bypasses a specified number of elements in a sequence and then returns the remaining elements.

C#
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public static System.Linq.IQueryable<TSource> Skip<TSource> (this System.Linq.IQueryable<TSource> source, System.Linq.Expressions.Expression<Func<int>> countAccessor);

Type Parameters

TSource

The type of the elements of source.

Parameters

source
IQueryable<TSource>

A sequence to return elements from.

countAccessor
Expression<Func<Int32>>

An expression that evaluates to the number of elements to skip.

Returns

IQueryable<TSource>

A sequence that contains elements that occur after the specified index in the input sequence.

Attributes

Applies to

منتج الإصدارات
Entity Framework 6.2.0