add support for totalFilteredPages in XQueryResult ...
This commit is contained in:
@@ -31,6 +31,12 @@ namespace xModels.Dtos {
|
||||
/// <value></value>
|
||||
public long TotalPages { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Total Filtered Items Pages Count ...
|
||||
/// </summary>
|
||||
/// <value></value>
|
||||
public int TotalFilteredPages { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Total Filtered Items ...
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user