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

    A collection of the TransformationRule objects.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    #Declaration

    public class TransformationRuleCollection :
        List<TransformationRule>

    The following members return TransformationRuleCollection objects:

    #Inheritance

    Object
    List<TransformationRule>
    TransformationRuleCollection
    See Also