SqlSet<TResult>.Take Method

Returns a specified number of contiguous elements from the start of the set.

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

public SqlSet<TResult> Take(
	int count
)

Parameters

count

Type: System.Int32
The number of elements to return.

Return Value

Type: SqlSet<TResult>
A new SqlSet<TResult> that contains the specified number of elements from the start of the current set.

See Also

Reference

SqlSet<TResult> Class
DbExtensions Namespace

© Max Toro Q.