TransformTupleItem Property

Gets the Object with the specified index.

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 Object this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index value.

Property Value

Type: Object
The Object.

Return Value

Type: Object
The value.
See Also