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

TransformationRule(TransformationRule) Constructor

Initializes a new instance of the TransformationRule class with specified settings.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v20.2.dll

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

Declaration

public TransformationRule(
    TransformationRule other
)

Parameters

Name Type Description
other TransformationRule

A TransformationRule instance.

See Also