TransformationRule Class
Contains rules that specify how the transformation works.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Remarks
Add a rule to the TransformationNode.Rules colelction to specify a type of a transformation node.
Use the following rules to create a transformation query:
- Flatten - Creates a flattened view of the original data table.
- Unfold - Transforms the properties of a complex column into several columns.
Inheritance
Object
TransformationRule
See Also