SqlSet.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 Skip(
	int count
)

Parameters

count

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

Return Value

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

See Also

Reference

SqlSet Class
DbExtensions Namespace

© Max Toro Q.