SelectTransformReadNativeElements Method

Reads the native elements based on the data source.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
protected abstract IList<IDataElement> ReadNativeElements(
	bool isInitializing
)

Parameters

isInitializing
Type: SystemBoolean
If set to , returns empty list if the native elements cannot be discovered without executing the database query.

Return Value

Type: IListIDataElement
The collection of IDataElement.
See Also