Skip to main content
A newer version of this page is available. .
All docs
V21.1

TransformationRule Class

Contains rules that specify how the transformation works.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v21.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

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