TransformationRuleCollection.AddRange(TransformationRule[]) Method
Adds the specified items to the TransformationRuleCollection collection.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
elements | TransformationRule[] | A collection of the TransformationRule objects. |
See Also