SqlQuery.Take method (1 of 2)

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets TAKE/TOP value.

public int Take()

Return Value

TAKE/TOP value.

See Also


SqlQuery.Take method (2 of 2)

namespace: Serenity.Data   assemblySerenity.Net.Data

Sets TAKE/TOP value. Used for paging.

public SqlQuery Take(int rowCount)
parameter description
rowCount Number of rows to take.

Return Value

The query itself.

See Also