Skip to main content
All docs
V25.1
  • TransformationRuleCollection.AddRange(TransformationRule[]) Method

    Adds the specified items to the TransformationRuleCollection collection.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public void AddRange(
        TransformationRule[] elements
    )

    Parameters

    Name Type Description
    elements TransformationRule[]

    A collection of the TransformationRule objects.

    See Also