Update QueryResult.cs
This commit is contained in:
		
							parent
							
								
									fb973a2898
								
							
						
					
					
						commit
						4f54fb855d
					
				| @ -34,6 +34,8 @@ namespace PoweredSoft.DynamicQuery | |||||||
|     { |     { | ||||||
|         public long TotalRecords { get; set; } |         public long TotalRecords { get; set; } | ||||||
|         public long? NumberOfPages { get; set; } |         public long? NumberOfPages { get; set; } | ||||||
|  |          | ||||||
|  |         public bool ShouldSerializeNumberOfPages() => NumberOfPages.HasValue; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     public class QueryExecutionGroupResult<TRecord> : QueryExecutionResult<TRecord>, IQueryExecutionGroupResult<TRecord> |     public class QueryExecutionGroupResult<TRecord> : QueryExecutionResult<TRecord>, IQueryExecutionGroupResult<TRecord> | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user