Open this page in the API Guide

TransformDialog Constructor

Initializes the Transform dialog. Called during construction.
 

Parameters

dataConnectorId

(optional) The existing data connector ID that's being edited. If null, then it's assumed it's a new data connector.
Optional: True

Examples

The following example initializes a new instance of a TransformDialog object:

1
var newObject = new dundas.controls.TransformDialog();