[ROOT] / doc / DocFrag / ARCQuery.OrdinaryKeyPlusFunctionOrQuantile.QuantileKey
| Key | Value | 
|---|---|
| Assembly | ARCQuery | 
| DocFragType | ClassMember | 
| IsInherited | -True- | 
| IsInheritedDoc | -True- | 
| Name | QuantileKey | 
| Namespace | ARCQuery | 
| Type | OrdinaryKeyPlusFunctionOrQuantile | 
ClassMemberAttribute
| Key | Value | 
|---|---|
| DeclaringType | CompoundKey | 
| MethodName | QuantileKey | 
| MethodSignature | ARCQuery.QuantileKey QuantileKey | 
Eventual final QuantileKey at end of compound key.
Example: For 'Customer', DateOfBirth.Year().QUARTILE.
Example: For 'Order', Sum.TERTILE.
Note that this is not evaluated through CompoundKey.TryGetP (in contrast to FunctionKeys), instead QuantileKey.TryGetP is called with a compound key parameter.(This is done in ARCQuery.Extensions.TryGetP).
TODO: Introduce into constructor in order to make this class immutable.
Generated 2025-10-31 09:36:34.064 UTC