Skip to content

IPaginationOptions interface

Pagination options.

public interface IPaginationOptions

Members

name description
Skip { get; set; } Items to skip.
Take { get; set; } Items to take.

See Also