IListResponse.TotalCount property

namespace: Serenity.Services   assemblySerenity.Net.Services

Total count of the records. This may be different than the number of returned records when paging is active, e.g. when Skip/Take parameters are assigned.

public int TotalCount { get; }

See Also