DataProcessAddSelectTransform Method (NativeStructure)

Adds a new select transform to the process definition. The input generates a SelectTransform transform, compatible with provider type.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public SelectTransform AddSelectTransform(
	NativeStructure nativeStructure
)

Parameters

nativeStructure
Type: Dundas.BI.Entities.DataConnectorsNativeStructure
The native structure.

Return Value

Type: SelectTransform
The select transform.
Exceptions
ExceptionCondition
ArgumentNullExceptionnativeStructure is .
ArgumentExceptionnativeStructure is not compatible with one of the supported SelectTransform transforms.
See Also