Skip to main content
All docs
V23.2

TransformationRule Class

Contains rules that specify how the transformation works.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public class TransformationRule :
    IEquatable<TransformationRule>

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