SqlQuery.Take method (1 of 2)
namespace: Serenity.Data assembly: Serenity.Net.Data
Gets TAKE/TOP value.
public int Take()
Return Value
TAKE/TOP value.
See Also
- class SqlQuery
SqlQuery.Take method (2 of 2)
namespace: Serenity.Data assembly: Serenity.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
- class SqlQuery