Skip to content

DistinctOptions class

Distinctive query options.

public class DistinctOptions : IPaginationOptions

Public Members

name description
DistinctOptions() The default constructor.
Selector { get; set; } Distinctive property.
Skip { get; set; } Items to skip.
Take { get; set; } Items to take.

See Also