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

    Adds the specified items to the TransformationRuleCollection collection.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    Declaration

    public void AddRange(
        TransformationRule[] elements
    )

    Parameters

    Name Type Description
    elements TransformationRule[]

    A collection of the TransformationRule objects.

    See Also