[ROOT] / doc / DocFrag / ARCQuery.QueryExpressionPivot.SyntaxHelp
| Key | Value | 
|---|---|
| Assembly | ARCQuery | 
| DocFragType | ClassMember | 
| IsInherited | -False- | 
| IsInheritedDoc | -False- | 
| Lines | -3- | 
| Name | SyntaxHelp | 
| Namespace | ARCQuery | 
| Type | QueryExpressionPivot | 
ClassMemberAttribute
| Key | Value | 
|---|---|
| DeclaringType | QueryExpressionPivot | 
| MethodName | SyntaxHelp | 
| MethodSignature | System.String SyntaxHelp | 
1) 'PIVOT {rowKey} BY {columnKey}' like "PIVOT Colour BY Production.Year"
or
2) 'PIVOT {rowKey} BY {columnKey} {aggregationType} {aggregationKey}' like "PIVOT Colour BY Production.Year SUM Price"
Generated 2025-10-31 17:26:57.358 UTC