bad
This commit is contained in:
		
							parent
							
								
									17e9434722
								
							
						
					
					
						commit
						1bbd0c90f6
					
				| @ -46,7 +46,7 @@ namespace PoweredSoft.DynamicQuery | |||||||
|     { |     { | ||||||
|         public string GroupPath { get; set; } |         public string GroupPath { get; set; } | ||||||
|         public object GroupValue { get; set; } |         public object GroupValue { get; set; } | ||||||
|         public bool HasSubGroups => SubGroups != null && SubGroups.Count > 1; |         public bool HasSubGroups => SubGroups != null && SubGroups.Count >= 1; | ||||||
|         public List<IGroupQueryResult<TRecord>> SubGroups { get; set; } |         public List<IGroupQueryResult<TRecord>> SubGroups { get; set; } | ||||||
| 
 | 
 | ||||||
|         public bool ShouldSerializeSubGroups() => HasSubGroups; |         public bool ShouldSerializeSubGroups() => HasSubGroups; | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user