Skip to main content
A newer version of this page is available. .
All docs
V22.1

TransformationRuleCollection Class

A collection of the TransformationRule objects.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v22.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