[ROOT] / doc / tocInheritance / CompoundKey / OrdinaryKeyPlusFunctionOrQuantile / __TOCDet
| Key | Value | 
|---|---|
| Assembly | ARCQuery | 
| DocFragType | Class | 
| Name | OrdinaryKeyPlusFunctionOrQuantile | 
| Namespace | ARCQuery | 
| Type | OrdinaryKeyPlusFunctionOrQuantile | 
ClassAttribute
| Key | Value | 
|---|---|
| AssemblyName | ARCQuery | 
| BaseTypes | CompoundKey | 
| ClassNamespace | ARCQuery | 
| ClassType | OrdinaryKeyPlusFunctionOrQuantile | 
A CompoundKey containing some function keys or quantile key operating on an existing property of the entity in question.
Example 1: 'Customer/SELECT Age.QUARTILE, ...' (see QUARTILE).
Example 2: 'Customer/SELECT DateOfBirth.Year(), ...' (see FunctionKeyYear).
Example 3: 'Customer/SELECT DateOfBirth.Year().QUARTILE, ...' (combination).
Compared to other implementations of CompoundKey, TryGetPInternal has no specific functionality, it just calls TryGetP.
Generated 2025-10-31 17:27:01.425 UTC