Skip to content

ListRequest.ExcludeTotalCount property

Exclude the total count from the result. Set this to true if you don't need the total number of records when Skip / Take parameters are passed. Otherwise, a second query will be required to get number of total records.

public bool ExcludeTotalCount { get; set; }

See Also