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