ODataQueryBuilder.Skip

ODataQueryBuilder.Skip property

Indexes into a result set. Also used by some APIs to implement paging and can be used together with $top to manually page results.

public int? Skip { get; set; }

See Also