SqlSet.Take Method

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

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

public SqlSet Take(
	int count
)

Parameters

count

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

Return Value

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

See Also

Reference

SqlSet Class
DbExtensions Namespace

© Max Toro Q.