[ROOT] / doc / DocFrag / ARCQuery.QueryExpressionAggregate.IsSuitableAggregator
| Key | Value | 
|---|---|
| Assembly | ARCQuery | 
| DocFragType | ClassMember | 
| IsInherited | -False- | 
| IsInheritedDoc | -False- | 
| Lines | -8- | 
| Name | IsSuitableAggregator | 
| Namespace | ARCQuery | 
| Type | QueryExpressionAggregate | 
ClassMemberAttribute
| Key | Value | 
|---|---|
| DeclaringType | QueryExpressionAggregate | 
| MethodName | IsSuitableAggregator | 
| MethodSignature | Boolean IsSuitableAggregator[T](ARCQuery.QueryProgress, ARCCore.IK, System.Func`2[ARCCore.IP,System.Boolean]) | 
Returns true if
1) the aggregation key matches the given generic type OR (
2) At least one value is found AND
3) All values found matches generic type.)
NOTE: In case 3), a potentially costly parsing may be performed by TryGetV.
NOTE: This result is then discarded here, before being needed again by Aggregate.
NOTE: This is only a problem with weakly typed schemas though, and therefore not considered critical.
Generated 2025-10-31 09:36:56.784 UTC