Skip to main content
A newer version of this page is available. .
All docs
V20.2

TransformationRuleCollection Class

A collection of the TransformationRule objects.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public class TransformationRuleCollection :
    List<TransformationRule>

The following members return TransformationRuleCollection objects:

Inheritance

Object
List<TransformationRule>
TransformationRuleCollection
See Also