Skip to content

SqlQuery.Skip method (1 of 2)

Gets current SKIP value.

public int Skip()

Return Value

SKIP value.

See Also


SqlQuery.Skip method (2 of 2)

Sets SKIP value. Used for paging.

public SqlQuery Skip(int skipRows)
parameter description
skipRows Number of rows to skip (server dependant implementation)

Return Value

The query itself.

See Also