Skip to main content
All docs
V25.1
  • TransformationRule Class

    Contains rules that specify how the transformation works.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    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