SqlSet<TResult>.Skip Method

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

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

public SqlSet<TResult> Skip(
	int count
)

Parameters

count

Type: System.Int32
The number of elements to skip before returning the remaining elements.

Return Value

Type: SqlSet<TResult>
A new SqlSet<TResult> that contains the elements that occur after the specified index in the current set.

See Also

Reference

SqlSet<TResult> Class
DbExtensions Namespace

© Max Toro Q.