Skip to main content
All docs
V24.2

TransformationRuleCollection Class

A collection of the TransformationRule objects.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public class TransformationRuleCollection :
    List<TransformationRule>

The following members return TransformationRuleCollection objects:

#Inheritance

Object
List<TransformationRule>
TransformationRuleCollection
See Also