Skip to main content
All docs
V25.2
  • TransformationRuleCollection Class

    A collection of the TransformationRule objects.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v25.2.dll

    Declaration

    public class TransformationRuleCollection :
        List<TransformationRule>

    The following members return TransformationRuleCollection objects:

    Inheritance

    Object
    List<TransformationRule>
    TransformationRuleCollection
    See Also